#AE20AD

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

Shades of Dark Orchid #AE20AD

Tints of Dark Orchid #AE20AD

Color information

#AE20AD (or 0xAE20AD) is unknown color: approx Dark Orchid. HEX triplet: AE, 20 and AD. RGB value is (174,32,173). Sum of RGB (Red+Green+Blue) = 174+32+173=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE20AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE20AD is #51DF52. Grayscale: #5A5A5A. Windows color (decimal): -5365587 or 11346094. OLE color: 11346094.

HSL color Cylindrical-coordinate representation of color #AE20AD: hue angle of 300.42º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE20AD is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB17432173-
CMYK00.820.010.32
HSL300.42º68.93%40.39%-
HSV(B)300.42º81.61%68.24%-
XYZ25.5113.0540.71-
YUV90.53174.54187.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 32 (12.89% from 255) = 8.44%
BLUE value IS 173 (67.97% from 255) = 45.65%
R=45.91%
G=8.44%
B=45.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743217300.820.010.32300.4268.9340.39
HexAE20AD05212012c4528
Octal25640255012214045410550
Binary10101110100000101011010101001011000001001011001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE20AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE20AD; }

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

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

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

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

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

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

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

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