COLOR #AB29DB

HEX: #AB29DB
RGB: (171,41,219)

Renk bilgisi

#AB29DB contains mainly red and blue colors. #AB29DB ‘ nin web güvenlik rengi #9933CC (ya da #93C) dir.

RGB renk modeli

#AB29DB color RGB value is (171,41,219).

  • kırmız ton 171;
  • yeşil ton 41;
  • mavi ton 219.
RGB:
(171,41,219)
(67%,16%,86%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 41 of 255 = 16%
B 219 of 255 = 86%

171
41
219

R + G + B ~ 56%. #AB29DB is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 41 + 219 = 431 (100%)
R 171 of 431 ~ 39.68%
G 41 of 431 ~ 9.51%
B 219 of 431 ~ 50.81%

%39.68
%9.51
%50.81

CMYK RENK MODELİ

#AB29DB rengi CMYK tonu (22,81,0,14).

  • camgöbeği tonu 21.92%
  • eflatun tonu 81.28%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(22,81,0,14)
C22M81Y0K14 
(22%,81%,0%,14%)
(0.22/0.81/0.00/0.14)	

CMYK yüzdeleri

%21.92
%81.28
%0
%14.12

Codes

Color #AB29DB in popluar color models

AB29DB
RGB17141219
HSL284°71.20%50.98%
HSB/HSV284°81.28%85.88%
CMYK21.92%81.28%0.00%
14.12%

Color #AB29DB in popluar number systems.

HEXAB29DB
Decimal17141219
Binary1010101110100111011011
Octal25351333

Shades and tints

Shades of #AB29DB

#AB29DB
(171,41,219)
#9C26C8
(156,38,200)
#8D23B5
(141,35,181)
#7E20A2
(126,32,162)
#6F1D8F
(111,29,143)
#601A7C
(96,26,124)
#511769
(81,23,105)
#421456
(66,20,86)
#331143
(51,17,67)
#240E30
(36,14,48)
#150B1D
(21,11,29)
#000000
(0,0,0)

Tints of #AB29DB

#AB29DB
(171,41,219)
#B23CDE
(178,60,222)
#B94FE1
(185,79,225)
#C062E4
(192,98,228)
#C775E7
(199,117,231)
#CE88EA
(206,136,234)
#D59BED
(213,155,237)
#DCAEF0
(220,174,240)
#E3C1F3
(227,193,243)
#EAD4F6
(234,212,246)
#F1E7F9
(241,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB29DB color. Also use rgb(171,41,219) instead hex code.

Text Font Color

.myTextColor { color: #AB29DB; }

<p style="color:#AB29DB">This sample text font color is #AB29DB.</p>

This text font color is #AB29DB.


Background Color

.myBgColor { background-color: #AB29DB; }

<div style="background-color:#AB29DB">Inner text</div>

This div background color is #AB29DB.


Border color

.myBorderColor { border: 1px solid #AB29DB; }

<div style="border:3px solid #AB29DB">Div</div>

This div border color is #AB29DB.


Opacity

.myOpacity80 { color: #AB29DB; opacity: 0.8; }

<p style="color:#AB29DB;opacity:0.8;">80%</p>

Text with #AB29DB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AB29DB;}

<p style="text-shadow: 3px 3px 1px #AB29DB">Text here.</p>

This text has shadow with #AB29DB color.

.textShadow {text-shadow: 3px 3px 1px #AB29DB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AB29DB, 5px 5px 20px red">Text here.</p>

This text has shadow with #AB29DB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB29DB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AB29DB, Direction=45, Strength=4)">Text</p>

This text has shadow with #AB29DB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AB29DB;
  -webkit-box-shadow:	1px 1px 3px 2px #AB29DB;
  box-shadow:		1px 1px 3px 2px #AB29DB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB29DB;
-webkit-box-shadow: 1px 1px 3px 2px #AB29DB;
box-shadow:1px 1px 3px 2px #AB29DB;">
Div content here</div>
This div box has shadow with color #AB29DB.

Preview

Color preview on black background

This text has color #AB29DB on black background.


Color preview on white background

This text has color #AB29DB on white background.



Black color preview on #AB29DB background

This text has black color on #AB29DB background.


White color preview on #AB29DB background

This text has white color on #AB29DB background.