#AE29DE

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

Shades of Dark Orchid #AE29DE

Tints of Dark Orchid #AE29DE

Color information

#AE29DE (or 0xAE29DE) is unknown color: approx Dark Orchid. HEX triplet: AE, 29 and DE. RGB value is (174,41,222). Sum of RGB (Red+Green+Blue) = 174+41+222=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE29DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE29DE is #51D621. Grayscale: #646464. Windows color (decimal): -5363234 or 14559662. OLE color: 14559662.

HSL color Cylindrical-coordinate representation of color #AE29DE: hue angle of 284.09º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE29DE is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17441222-
CMYK0.220.8200.13
HSL284.09º73.28%51.57%-
HSV(B)284.09º81.53%87.06%-
XYZ31.4315.8670.51-
YUV101.4196.06179.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 41 (16.41% from 255) = 9.38%
BLUE value IS 222 (87.11% from 255) = 50.80%
R=39.82%
G=9.38%
B=50.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174412220.220.8200.13284.0973.2851.57
HexAE29DE16520D11c4934
Octal256513362612201543411164
Binary1010111010100111011110101101010010011011000111001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE29DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE29DE; }

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

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

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

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

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

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

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

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