Shades of Dark Orchid #AA20E6
Tints of Dark Orchid #AA20E6
RGB
CMYK
RGB Variations
Color information
#AA20E6 (or 0xAA20E6) is known color: Dark Orchid. HEX triplet: AA, 20 and E6. RGB value is (170,32,230). Sum of RGB (Red+Green+Blue) = 170+32+230=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 230 (90.23% from 255 or 53.24% from 432); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA20E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA20E6 is #55DF19. Grayscale: #5F5F5F. Windows color (decimal): -5627674 or 15081642. OLE color: 15081642.
HSL color Cylindrical-coordinate representation of color #AA20E6: hue angle of 281.82º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA20E6 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 32 | 230 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.10 |
| HSL | 281.82º | 0.8% | 0.51% | - |
| HSV(B) | 281.82º | 0.86% | 0.9% | - |
| XYZ | 31.38 | 15.29 | 76.16 | - |
| YUV | 95.83 | 203.72 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 230 | 0.26 | 0.86 | 0 | 0.10 | 281.82 | 0.8 | 0.51 |
| Hex | AA | 20 | E6 | 1A | 56 | 0 | A | 11A | 50 | 33 |
| Octal | 252 | 40 | 346 | 32 | 126 | 0 | 12 | 432 | 120 | 63 |
| Binary | 10101010 | 100000 | 11100110 | 11010 | 1010110 | 0 | 1010 | 100011010 | 1010000 | 110011 |
Color Harmonies of #AA20E6
Complementary color
Monochromatic Colors of #AA20E6
Black with #AA20E6
Text Example
Text Example
White with #AA20E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA20E6; }
p { color: rgb(170,32,230); }
H1.HeaderClassName
{
color: #AA20E6;
}
.AnyTagClassName
{
color: #AA20E6;
}
</style>
background-color css
<style>
a { background-color: #AA20E6; }
a { background-color: rgb(170,32,230); }
div.DivClassName
{
background-color: #AA20E6;
}
.BgClassName
{
background-color: #AA20E6;
}
</style>
border-color css
<style>
span { border-color: #AA20E6; }
span { border-color: rgb(170,32,230); }
td.TdClassName
{
border-color: #AA20E6;
}
.TagClassName
{
border-color: #AA20E6;
}
</style>