Shades of Dark Orchid #AA22DB
Tints of Dark Orchid #AA22DB
RGB
CMYK
RGB Variations
Color information
#AA22DB (or 0xAA22DB) is known color: Dark Orchid. HEX triplet: AA, 22 and DB. RGB value is (170,34,219). Sum of RGB (Red+Green+Blue) = 170+34+219=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA22DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA22DB is #55DD24. Grayscale: #5F5F5F. Windows color (decimal): -5627173 or 14361258. OLE color: 14361258.
HSL color Cylindrical-coordinate representation of color #AA22DB: hue angle of 284.11º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA22DB is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 34 | 219 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.14 |
| HSL | 284.11º | 0.73% | 0.5% | - |
| HSV(B) | 284.11º | 0.84% | 0.86% | - |
| XYZ | 29.94 | 14.8 | 68.3 | - |
| YUV | 95.75 | 197.56 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 219 | 0.22 | 0.84 | 0 | 0.14 | 284.11 | 0.73 | 0.5 |
| Hex | AA | 22 | DB | 16 | 54 | 0 | E | 11C | 49 | 32 |
| Octal | 252 | 42 | 333 | 26 | 124 | 0 | 16 | 434 | 111 | 62 |
| Binary | 10101010 | 100010 | 11011011 | 10110 | 1010100 | 0 | 1110 | 100011100 | 1001001 | 110010 |
Color Harmonies of #AA22DB
Complementary color
Monochromatic Colors of #AA22DB
Black with #AA22DB
Text Example
Text Example
White with #AA22DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA22DB; }
p { color: rgb(170,34,219); }
H1.HeaderClassName
{
color: #AA22DB;
}
.AnyTagClassName
{
color: #AA22DB;
}
</style>
background-color css
<style>
a { background-color: #AA22DB; }
a { background-color: rgb(170,34,219); }
div.DivClassName
{
background-color: #AA22DB;
}
.BgClassName
{
background-color: #AA22DB;
}
</style>
border-color css
<style>
span { border-color: #AA22DB; }
span { border-color: rgb(170,34,219); }
td.TdClassName
{
border-color: #AA22DB;
}
.TagClassName
{
border-color: #AA22DB;
}
</style>