Shades of Dark Orchid #AA22DE
Tints of Dark Orchid #AA22DE
RGB
CMYK
RGB Variations
Color information
#AA22DE (or 0xAA22DE) is known color: Dark Orchid. HEX triplet: AA, 22 and DE. RGB value is (170,34,222). Sum of RGB (Red+Green+Blue) = 170+34+222=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 34 (13.67% from 255 or 7.98% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA22DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA22DE is #55DD21. Grayscale: #5F5F5F. Windows color (decimal): -5627170 or 14557866. OLE color: 14557866.
HSL color Cylindrical-coordinate representation of color #AA22DE: hue angle of 283.4º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA22DE is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 34 | 222 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.13 |
| HSL | 283.4º | 0.74% | 0.5% | - |
| HSV(B) | 283.4º | 0.85% | 0.87% | - |
| XYZ | 30.33 | 14.96 | 70.4 | - |
| YUV | 96.1 | 199.06 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 222 | 0.23 | 0.85 | 0 | 0.13 | 283.4 | 0.74 | 0.5 |
| Hex | AA | 22 | DE | 17 | 55 | 0 | D | 11B | 4A | 32 |
| Octal | 252 | 42 | 336 | 27 | 125 | 0 | 15 | 433 | 112 | 62 |
| Binary | 10101010 | 100010 | 11011110 | 10111 | 1010101 | 0 | 1101 | 100011011 | 1001010 | 110010 |
Color Harmonies of #AA22DE
Complementary color
Monochromatic Colors of #AA22DE
Black with #AA22DE
Text Example
Text Example
White with #AA22DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA22DE; }
p { color: rgb(170,34,222); }
H1.HeaderClassName
{
color: #AA22DE;
}
.AnyTagClassName
{
color: #AA22DE;
}
</style>
background-color css
<style>
a { background-color: #AA22DE; }
a { background-color: rgb(170,34,222); }
div.DivClassName
{
background-color: #AA22DE;
}
.BgClassName
{
background-color: #AA22DE;
}
</style>
border-color css
<style>
span { border-color: #AA22DE; }
span { border-color: rgb(170,34,222); }
td.TdClassName
{
border-color: #AA22DE;
}
.TagClassName
{
border-color: #AA22DE;
}
</style>