Shades of Dark Orchid #AA20DB
Tints of Dark Orchid #AA20DB
RGB
CMYK
RGB Variations
Color information
#AA20DB (or 0xAA20DB) is known color: Dark Orchid. HEX triplet: AA, 20 and DB. RGB value is (170,32,219). Sum of RGB (Red+Green+Blue) = 170+32+219=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA20DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA20DB is #55DF24. Grayscale: #5D5D5D. Windows color (decimal): -5627685 or 14360746. OLE color: 14360746.
HSL color Cylindrical-coordinate representation of color #AA20DB: hue angle of 284.28º 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 #AA20DB is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 32 | 219 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.14 |
| HSL | 284.28º | 0.75% | 0.49% | - |
| HSV(B) | 284.28º | 0.85% | 0.86% | - |
| XYZ | 29.88 | 14.69 | 68.28 | - |
| YUV | 94.58 | 198.22 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 219 | 0.22 | 0.85 | 0 | 0.14 | 284.28 | 0.75 | 0.49 |
| Hex | AA | 20 | DB | 16 | 55 | 0 | E | 11C | 4B | 31 |
| Octal | 252 | 40 | 333 | 26 | 125 | 0 | 16 | 434 | 113 | 61 |
| Binary | 10101010 | 100000 | 11011011 | 10110 | 1010101 | 0 | 1110 | 100011100 | 1001011 | 110001 |
Color Harmonies of #AA20DB
Complementary color
Monochromatic Colors of #AA20DB
Black with #AA20DB
Text Example
Text Example
White with #AA20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA20DB; }
p { color: rgb(170,32,219); }
H1.HeaderClassName
{
color: #AA20DB;
}
.AnyTagClassName
{
color: #AA20DB;
}
</style>
background-color css
<style>
a { background-color: #AA20DB; }
a { background-color: rgb(170,32,219); }
div.DivClassName
{
background-color: #AA20DB;
}
.BgClassName
{
background-color: #AA20DB;
}
</style>
border-color css
<style>
span { border-color: #AA20DB; }
span { border-color: rgb(170,32,219); }
td.TdClassName
{
border-color: #AA20DB;
}
.TagClassName
{
border-color: #AA20DB;
}
</style>