#AE29AD

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

Shades of Dark Orchid #AE29AD

Tints of Dark Orchid #AE29AD

Color information

#AE29AD (or 0xAE29AD) is unknown color: approx Dark Orchid. HEX triplet: AE, 29 and AD. RGB value is (174,41,173). Sum of RGB (Red+Green+Blue) = 174+41+173=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE29AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE29AD is #51D652. Grayscale: #5F5F5F. Windows color (decimal): -5363283 or 11348398. OLE color: 11348398.

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

Color convert

RGB17441173-
CMYK00.760.010.32
HSL300.45º61.86%42.16%-
HSV(B)300.45º76.44%68.24%-
XYZ25.7913.640.8-
YUV95.82171.56183.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.85%
GREEN value IS 41 (16.41% from 255) = 10.57%
BLUE value IS 173 (67.97% from 255) = 44.59%
R=44.85%
G=10.57%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744117300.760.010.32300.4561.8642.16
HexAE29AD04C12012c3e2a
Octal2565125501141404547652
Binary1010111010100110101101010011001100000100101100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE29AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE29AD; }

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

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

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

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

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

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

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

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