Shades of Dark Orchid #AA20CE
Tints of Dark Orchid #AA20CE
RGB
CMYK
RGB Variations
Color information
#AA20CE (or 0xAA20CE) is known color: Dark Orchid. HEX triplet: AA, 20 and CE. RGB value is (170,32,206). Sum of RGB (Red+Green+Blue) = 170+32+206=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA20CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA20CE is #55DF31. Grayscale: #5C5C5C. Windows color (decimal): -5627698 or 13508778. OLE color: 13508778.
HSL color Cylindrical-coordinate representation of color #AA20CE: hue angle of 287.59º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA20CE is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 32 | 206 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.19 |
| HSL | 287.59º | 0.73% | 0.47% | - |
| HSV(B) | 287.59º | 0.84% | 0.81% | - |
| XYZ | 28.23 | 14.04 | 59.61 | - |
| YUV | 93.1 | 191.72 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 206 | 0.17 | 0.84 | 0 | 0.19 | 287.59 | 0.73 | 0.47 |
| Hex | AA | 20 | CE | 11 | 54 | 0 | 13 | 120 | 49 | 2F |
| Octal | 252 | 40 | 316 | 21 | 124 | 0 | 23 | 440 | 111 | 57 |
| Binary | 10101010 | 100000 | 11001110 | 10001 | 1010100 | 0 | 10011 | 100100000 | 1001001 | 101111 |
Color Harmonies of #AA20CE
Complementary color
Monochromatic Colors of #AA20CE
Black with #AA20CE
Text Example
Text Example
White with #AA20CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA20CE; }
p { color: rgb(170,32,206); }
H1.HeaderClassName
{
color: #AA20CE;
}
.AnyTagClassName
{
color: #AA20CE;
}
</style>
background-color css
<style>
a { background-color: #AA20CE; }
a { background-color: rgb(170,32,206); }
div.DivClassName
{
background-color: #AA20CE;
}
.BgClassName
{
background-color: #AA20CE;
}
</style>
border-color css
<style>
span { border-color: #AA20CE; }
span { border-color: rgb(170,32,206); }
td.TdClassName
{
border-color: #AA20CE;
}
.TagClassName
{
border-color: #AA20CE;
}
</style>