Shades of Dark Orchid #AA21DC
Tints of Dark Orchid #AA21DC
RGB
CMYK
RGB Variations
Color information
#AA21DC (or 0xAA21DC) is known color: Dark Orchid. HEX triplet: AA, 21 and DC. RGB value is (170,33,220). Sum of RGB (Red+Green+Blue) = 170+33+220=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA21DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA21DC is #55DE23. Grayscale: #5E5E5E. Windows color (decimal): -5627428 or 14426538. OLE color: 14426538.
HSL color Cylindrical-coordinate representation of color #AA21DC: hue angle of 283.96º degrees, saturation: 0.74, 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 #AA21DC is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 33 | 220 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.14 |
| HSL | 283.96º | 0.74% | 0.5% | - |
| HSV(B) | 283.96º | 0.85% | 0.86% | - |
| XYZ | 30.04 | 14.8 | 68.98 | - |
| YUV | 95.28 | 198.39 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 220 | 0.23 | 0.85 | 0 | 0.14 | 283.96 | 0.74 | 0.5 |
| Hex | AA | 21 | DC | 17 | 55 | 0 | E | 11C | 4A | 32 |
| Octal | 252 | 41 | 334 | 27 | 125 | 0 | 16 | 434 | 112 | 62 |
| Binary | 10101010 | 100001 | 11011100 | 10111 | 1010101 | 0 | 1110 | 100011100 | 1001010 | 110010 |
Color Harmonies of #AA21DC
Complementary color
Monochromatic Colors of #AA21DC
Black with #AA21DC
Text Example
Text Example
White with #AA21DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA21DC; }
p { color: rgb(170,33,220); }
H1.HeaderClassName
{
color: #AA21DC;
}
.AnyTagClassName
{
color: #AA21DC;
}
</style>
background-color css
<style>
a { background-color: #AA21DC; }
a { background-color: rgb(170,33,220); }
div.DivClassName
{
background-color: #AA21DC;
}
.BgClassName
{
background-color: #AA21DC;
}
</style>
border-color css
<style>
span { border-color: #AA21DC; }
span { border-color: rgb(170,33,220); }
td.TdClassName
{
border-color: #AA21DC;
}
.TagClassName
{
border-color: #AA21DC;
}
</style>