Shades of Dark Orchid #AA20C8
Tints of Dark Orchid #AA20C8
RGB
CMYK
RGB Variations
Color information
#AA20C8 (or 0xAA20C8) is known color: Dark Orchid. HEX triplet: AA, 20 and C8. RGB value is (170,32,200). Sum of RGB (Red+Green+Blue) = 170+32+200=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 200 (78.52% from 255 or 49.75% from 402); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA20C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA20C8 is #55DF37. Grayscale: #5B5B5B. Windows color (decimal): -5627704 or 13115562. OLE color: 13115562.
HSL color Cylindrical-coordinate representation of color #AA20C8: hue angle of 289.29º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA20C8 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 32 | 200 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.22 |
| HSL | 289.29º | 0.72% | 0.45% | - |
| HSV(B) | 289.29º | 0.84% | 0.78% | - |
| XYZ | 27.52 | 13.75 | 55.85 | - |
| YUV | 92.41 | 188.72 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 200 | 0.15 | 0.84 | 0 | 0.22 | 289.29 | 0.72 | 0.45 |
| Hex | AA | 20 | C8 | F | 54 | 0 | 16 | 121 | 48 | 2D |
| Octal | 252 | 40 | 310 | 17 | 124 | 0 | 26 | 441 | 110 | 55 |
| Binary | 10101010 | 100000 | 11001000 | 1111 | 1010100 | 0 | 10110 | 100100001 | 1001000 | 101101 |
Color Harmonies of #AA20C8
Complementary color
Monochromatic Colors of #AA20C8
Black with #AA20C8
Text Example
Text Example
White with #AA20C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA20C8; }
p { color: rgb(170,32,200); }
H1.HeaderClassName
{
color: #AA20C8;
}
.AnyTagClassName
{
color: #AA20C8;
}
</style>
background-color css
<style>
a { background-color: #AA20C8; }
a { background-color: rgb(170,32,200); }
div.DivClassName
{
background-color: #AA20C8;
}
.BgClassName
{
background-color: #AA20C8;
}
</style>
border-color css
<style>
span { border-color: #AA20C8; }
span { border-color: rgb(170,32,200); }
td.TdClassName
{
border-color: #AA20C8;
}
.TagClassName
{
border-color: #AA20C8;
}
</style>