Shades of Dark Orchid #AA22DD
Tints of Dark Orchid #AA22DD
RGB
CMYK
RGB Variations
Color information
#AA22DD (or 0xAA22DD) is known color: Dark Orchid. HEX triplet: AA, 22 and DD. RGB value is (170,34,221). Sum of RGB (Red+Green+Blue) = 170+34+221=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA22DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA22DD is #55DD22. Grayscale: #5F5F5F. Windows color (decimal): -5627171 or 14492330. OLE color: 14492330.
HSL color Cylindrical-coordinate representation of color #AA22DD: hue angle of 283.64º degrees, saturation: 0.73, 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 #AA22DD is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 34 | 221 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.13 |
| HSL | 283.64º | 0.73% | 0.5% | - |
| HSV(B) | 283.64º | 0.85% | 0.87% | - |
| XYZ | 30.2 | 14.91 | 69.69 | - |
| YUV | 95.98 | 198.56 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 221 | 0.23 | 0.85 | 0 | 0.13 | 283.64 | 0.73 | 0.5 |
| Hex | AA | 22 | DD | 17 | 55 | 0 | D | 11C | 49 | 32 |
| Octal | 252 | 42 | 335 | 27 | 125 | 0 | 15 | 434 | 111 | 62 |
| Binary | 10101010 | 100010 | 11011101 | 10111 | 1010101 | 0 | 1101 | 100011100 | 1001001 | 110010 |
Color Harmonies of #AA22DD
Complementary color
Monochromatic Colors of #AA22DD
Black with #AA22DD
Text Example
Text Example
White with #AA22DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA22DD; }
p { color: rgb(170,34,221); }
H1.HeaderClassName
{
color: #AA22DD;
}
.AnyTagClassName
{
color: #AA22DD;
}
</style>
background-color css
<style>
a { background-color: #AA22DD; }
a { background-color: rgb(170,34,221); }
div.DivClassName
{
background-color: #AA22DD;
}
.BgClassName
{
background-color: #AA22DD;
}
</style>
border-color css
<style>
span { border-color: #AA22DD; }
span { border-color: rgb(170,34,221); }
td.TdClassName
{
border-color: #AA22DD;
}
.TagClassName
{
border-color: #AA22DD;
}
</style>