Shades of Dark Orchid #AA22DC
Tints of Dark Orchid #AA22DC
RGB
CMYK
RGB Variations
Color information
#AA22DC (or 0xAA22DC) is known color: Dark Orchid. HEX triplet: AA, 22 and DC. RGB value is (170,34,220). Sum of RGB (Red+Green+Blue) = 170+34+220=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 34 (13.67% from 255 or 8.02% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA22DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA22DC is #55DD23. Grayscale: #5F5F5F. Windows color (decimal): -5627172 or 14426794. OLE color: 14426794.
HSL color Cylindrical-coordinate representation of color #AA22DC: hue angle of 283.87º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA22DC is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 34 | 220 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.14 |
| HSL | 283.87º | 0.73% | 0.5% | - |
| HSV(B) | 283.87º | 0.85% | 0.86% | - |
| XYZ | 30.07 | 14.86 | 68.99 | - |
| YUV | 95.87 | 198.06 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 220 | 0.23 | 0.85 | 0 | 0.14 | 283.87 | 0.73 | 0.5 |
| Hex | AA | 22 | DC | 17 | 55 | 0 | E | 11C | 49 | 32 |
| Octal | 252 | 42 | 334 | 27 | 125 | 0 | 16 | 434 | 111 | 62 |
| Binary | 10101010 | 100010 | 11011100 | 10111 | 1010101 | 0 | 1110 | 100011100 | 1001001 | 110010 |
Color Harmonies of #AA22DC
Complementary color
Monochromatic Colors of #AA22DC
Black with #AA22DC
Text Example
Text Example
White with #AA22DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA22DC; }
p { color: rgb(170,34,220); }
H1.HeaderClassName
{
color: #AA22DC;
}
.AnyTagClassName
{
color: #AA22DC;
}
</style>
background-color css
<style>
a { background-color: #AA22DC; }
a { background-color: rgb(170,34,220); }
div.DivClassName
{
background-color: #AA22DC;
}
.BgClassName
{
background-color: #AA22DC;
}
</style>
border-color css
<style>
span { border-color: #AA22DC; }
span { border-color: rgb(170,34,220); }
td.TdClassName
{
border-color: #AA22DC;
}
.TagClassName
{
border-color: #AA22DC;
}
</style>