Shades of Dark Orchid #AA20D8
Tints of Dark Orchid #AA20D8
RGB
CMYK
RGB Variations
Color information
#AA20D8 (or 0xAA20D8) is known color: Dark Orchid. HEX triplet: AA, 20 and D8. RGB value is (170,32,216). Sum of RGB (Red+Green+Blue) = 170+32+216=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 216 (84.77% from 255 or 51.67% from 418); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA20D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA20D8 is #55DF27. Grayscale: #5D5D5D. Windows color (decimal): -5627688 or 14164138. OLE color: 14164138.
HSL color Cylindrical-coordinate representation of color #AA20D8: hue angle of 285º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA20D8 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 32 | 216 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.15 |
| HSL | 285º | 0.74% | 0.49% | - |
| HSV(B) | 285º | 0.85% | 0.85% | - |
| XYZ | 29.49 | 14.54 | 66.22 | - |
| YUV | 94.24 | 196.72 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 216 | 0.21 | 0.85 | 0 | 0.15 | 285 | 0.74 | 0.49 |
| Hex | AA | 20 | D8 | 15 | 55 | 0 | F | 11D | 4A | 31 |
| Octal | 252 | 40 | 330 | 25 | 125 | 0 | 17 | 435 | 112 | 61 |
| Binary | 10101010 | 100000 | 11011000 | 10101 | 1010101 | 0 | 1111 | 100011101 | 1001010 | 110001 |
Color Harmonies of #AA20D8
Complementary color
Monochromatic Colors of #AA20D8
Black with #AA20D8
Text Example
Text Example
White with #AA20D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA20D8; }
p { color: rgb(170,32,216); }
H1.HeaderClassName
{
color: #AA20D8;
}
.AnyTagClassName
{
color: #AA20D8;
}
</style>
background-color css
<style>
a { background-color: #AA20D8; }
a { background-color: rgb(170,32,216); }
div.DivClassName
{
background-color: #AA20D8;
}
.BgClassName
{
background-color: #AA20D8;
}
</style>
border-color css
<style>
span { border-color: #AA20D8; }
span { border-color: rgb(170,32,216); }
td.TdClassName
{
border-color: #AA20D8;
}
.TagClassName
{
border-color: #AA20D8;
}
</style>