Html Css Color HEX #AB29B9 Dark Orchid

📋 copy color: '#AB29B9'

red 171 ◦ green 41 ◦ blue 185

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

Shades of Dark Orchid #AB29B9

Tints of Dark Orchid #AB29B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.6%

R = 43.07%
G = 10.33%
B = 46.6%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB29B9 (or 0xAB29B9) is known color: Dark Orchid. HEX triplet: AB, 29 and B9. RGB value is (171,41,185). Sum of RGB (Red+Green+Blue) = 171+41+185=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB29B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB29B9 is #54D646. Grayscale: #5F5F5F. Windows color (decimal): -5559879 or 12134827. OLE color: 12134827.

HSL color Cylindrical-coordinate representation of color #AB29B9: hue angle of 294.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB29B9 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 41 185 -
CMYK 0.08 0.78 0 0.27
HSL 294.17º 0.64% 0.44% -
HSV(B) 294.17º 0.78% 0.73% -
XYZ 26.34 13.75 47.16 -
YUV 96.29 178.07 181.29 -
System Red Green Blue C M Y K H S L
Decimal 171 41 185 0.08 0.78 0 0.27 294.17 0.64 0.44
Hex AB 29 B9 8 4E 0 1B 126 40 2C
Octal 253 51 271 10 116 0 33 446 100 54
Binary 10101011 101001 10111001 1000 1001110 0 11011 100100110 1000000 101100

Color Harmonies of #AB29B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB29B9

Black with #AB29B9

Text Example


Text Example

White with #AB29B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB29B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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