Shades of Dark Orchid #AA22E2
Tints of Dark Orchid #AA22E2
RGB
CMYK
RGB Variations
Color information
#AA22E2 (or 0xAA22E2) is known color: Dark Orchid. HEX triplet: AA, 22 and E2. RGB value is (170,34,226). Sum of RGB (Red+Green+Blue) = 170+34+226=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 226 (88.67% from 255 or 52.56% from 430); Max value from RGB is 226 - color contains mainly: blue. Hex color #AA22E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA22E2 is #55DD1D. Grayscale: #5F5F5F. Windows color (decimal): -5627166 or 14820010. OLE color: 14820010.
HSL color Cylindrical-coordinate representation of color #AA22E2: hue angle of 282.5º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA22E2 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 34 | 226 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.11 |
| HSL | 282.5º | 0.77% | 0.51% | - |
| HSV(B) | 282.5º | 0.85% | 0.89% | - |
| XYZ | 30.88 | 15.18 | 73.25 | - |
| YUV | 96.55 | 201.06 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 226 | 0.25 | 0.85 | 0 | 0.11 | 282.5 | 0.77 | 0.51 |
| Hex | AA | 22 | E2 | 19 | 55 | 0 | B | 11A | 4D | 33 |
| Octal | 252 | 42 | 342 | 31 | 125 | 0 | 13 | 432 | 115 | 63 |
| Binary | 10101010 | 100010 | 11100010 | 11001 | 1010101 | 0 | 1011 | 100011010 | 1001101 | 110011 |
Color Harmonies of #AA22E2
Complementary color
Monochromatic Colors of #AA22E2
Black with #AA22E2
Text Example
Text Example
White with #AA22E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA22E2; }
p { color: rgb(170,34,226); }
H1.HeaderClassName
{
color: #AA22E2;
}
.AnyTagClassName
{
color: #AA22E2;
}
</style>
background-color css
<style>
a { background-color: #AA22E2; }
a { background-color: rgb(170,34,226); }
div.DivClassName
{
background-color: #AA22E2;
}
.BgClassName
{
background-color: #AA22E2;
}
</style>
border-color css
<style>
span { border-color: #AA22E2; }
span { border-color: rgb(170,34,226); }
td.TdClassName
{
border-color: #AA22E2;
}
.TagClassName
{
border-color: #AA22E2;
}
</style>