Shades of Dark Orchid #AA20DC
Tints of Dark Orchid #AA20DC
RGB
CMYK
RGB Variations
Color information
#AA20DC (or 0xAA20DC) is known color: Dark Orchid. HEX triplet: AA, 20 and DC. RGB value is (170,32,220). Sum of RGB (Red+Green+Blue) = 170+32+220=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA20DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA20DC is #55DF23. Grayscale: #5E5E5E. Windows color (decimal): -5627684 or 14426282. OLE color: 14426282.
HSL color Cylindrical-coordinate representation of color #AA20DC: hue angle of 284.04º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA20DC is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 32 | 220 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.14 |
| HSL | 284.04º | 0.75% | 0.49% | - |
| HSV(B) | 284.04º | 0.85% | 0.86% | - |
| XYZ | 30.01 | 14.75 | 68.97 | - |
| YUV | 94.69 | 198.72 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 220 | 0.23 | 0.85 | 0 | 0.14 | 284.04 | 0.75 | 0.49 |
| Hex | AA | 20 | DC | 17 | 55 | 0 | E | 11C | 4B | 31 |
| Octal | 252 | 40 | 334 | 27 | 125 | 0 | 16 | 434 | 113 | 61 |
| Binary | 10101010 | 100000 | 11011100 | 10111 | 1010101 | 0 | 1110 | 100011100 | 1001011 | 110001 |
Color Harmonies of #AA20DC
Complementary color
Monochromatic Colors of #AA20DC
Black with #AA20DC
Text Example
Text Example
White with #AA20DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA20DC; }
p { color: rgb(170,32,220); }
H1.HeaderClassName
{
color: #AA20DC;
}
.AnyTagClassName
{
color: #AA20DC;
}
</style>
background-color css
<style>
a { background-color: #AA20DC; }
a { background-color: rgb(170,32,220); }
div.DivClassName
{
background-color: #AA20DC;
}
.BgClassName
{
background-color: #AA20DC;
}
</style>
border-color css
<style>
span { border-color: #AA20DC; }
span { border-color: rgb(170,32,220); }
td.TdClassName
{
border-color: #AA20DC;
}
.TagClassName
{
border-color: #AA20DC;
}
</style>