#AE29AB

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

Shades of Dark Orchid #AE29AB

Tints of Dark Orchid #AE29AB

Color information

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

HSL color Cylindrical-coordinate representation of color #AE29AB: hue angle of 301.35º 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 #AE29AB is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB17441171-
CMYK00.760.020.32
HSL301.35º61.86%42.16%-
HSV(B)301.35º76.44%68.24%-
XYZ25.613.5239.79-
YUV95.59170.56183.93-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744117100.760.020.32301.3561.8642.16
HexAE29AB04C22012d3e2a
Octal2565125301142404557652
Binary10101110101001101010110100110010100000100101101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE29AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE29AB; }

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

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

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

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

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

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

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

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