Html Css Color HEX #AB29DB Dark Orchid

📋 copy color: '#AB29DB'

red 171 ◦ green 41 ◦ blue 219

#AB29DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AB29DB

Tints of Dark Orchid #AB29DB

RGB

 RED value IS 171 (67.19% from 255) = 39.68%

 GREEN value IS 41 (16.41% from 255) = 9.51%

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 39.68%
G = 9.51%
B = 50.81%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB29DB (or 0xAB29DB) is known color: Dark Orchid. HEX triplet: AB, 29 and DB. RGB value is (171,41,219). Sum of RGB (Red+Green+Blue) = 171+41+219=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB29DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB29DB is #54D624. Grayscale: #636363. Windows color (decimal): -5559845 or 14363051. OLE color: 14363051.

HSL color Cylindrical-coordinate representation of color #AB29DB: hue angle of 283.82º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB29DB is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 41 219 -
CMYK 0.22 0.81 0 0.14
HSL 283.82º 0.71% 0.51% -
HSV(B) 283.82º 0.81% 0.86% -
XYZ 30.37 15.36 68.38 -
YUV 100.16 195.07 178.53 -
System Red Green Blue C M Y K H S L
Decimal 171 41 219 0.22 0.81 0 0.14 283.82 0.71 0.51
Hex AB 29 DB 16 51 0 E 11C 47 33
Octal 253 51 333 26 121 0 16 434 107 63
Binary 10101011 101001 11011011 10110 1010001 0 1110 100011100 1000111 110011

Color Harmonies of #AB29DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB29DB

Black with #AB29DB

Text Example


Text Example

White with #AB29DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB29DB; }

 p { color: rgb(171,41,219); }

 H1.HeaderClassName
 {
   color: #AB29DB;
 }
 .AnyTagClassName
 {
   color: #AB29DB;
 }
</style>

background-color css

<style>
 a { background-color: #AB29DB; }

 a { background-color: rgb(171,41,219); }

 div.DivClassName
 {
   background-color: #AB29DB;
 }
 .BgClassName
 {
   background-color: #AB29DB;
 }
</style>

border-color css

<style>
 span { border-color: #AB29DB; }

 span { border-color: rgb(171,41,219); }

 td.TdClassName
 {
   border-color: #AB29DB;
 }
 .TagClassName
 {
   border-color: #AB29DB;
 }
</style>