#AB29AE

Color #AB29AE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AB29AE

Tints of Dark Orchid #AB29AE

Color information

#AB29AE (or 0xAB29AE) is unknown color: approx Dark Orchid. HEX triplet: AB, 29 and AE. RGB value is (171,41,174). Sum of RGB (Red+Green+Blue) = 171+41+174=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB29AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB29AE is #54D651. Grayscale: #5E5E5E. Windows color (decimal): -5559890 or 11413931. OLE color: 11413931.

HSL color Cylindrical-coordinate representation of color #AB29AE: hue angle of 298.65º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB29AE is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17141174-
CMYK0.020.7600.32
HSL298.65º61.86%42.16%-
HSV(B)298.65º76.44%68.24%-
XYZ25.2313.341.28-
YUV95.03172.57182.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.30%
GREEN value IS 41 (16.41% from 255) = 10.62%
BLUE value IS 174 (68.36% from 255) = 45.08%
R=44.30%
G=10.62%
B=45.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171411740.020.7600.32298.6561.8642.16
HexAB29AE24C02012b3e2a
Octal2535125621140404537652
Binary10101011101001101011101010011000100000100101011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB29AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB29AE; }

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

 H1.HeaderClassName
 {
   color: #AB29AE;
 }
 .AnyTagClassName
 {
   color: #AB29AE;
 }
</style>
background-color css

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

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

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

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

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

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