Shades of Dark Orchid #AA20C9
Tints of Dark Orchid #AA20C9
RGB
CMYK
RGB Variations
Color information
#AA20C9 (or 0xAA20C9) is known color: Dark Orchid. HEX triplet: AA, 20 and C9. RGB value is (170,32,201). Sum of RGB (Red+Green+Blue) = 170+32+201=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 201 (78.91% from 255 or 49.88% from 403); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA20C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA20C9 is #55DF36. Grayscale: #5B5B5B. Windows color (decimal): -5627703 or 13181098. OLE color: 13181098.
HSL color Cylindrical-coordinate representation of color #AA20C9: hue angle of 288.99º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA20C9 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 32 | 201 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.21 |
| HSL | 288.99º | 0.73% | 0.46% | - |
| HSV(B) | 288.99º | 0.84% | 0.79% | - |
| XYZ | 27.64 | 13.8 | 56.46 | - |
| YUV | 92.53 | 189.22 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 201 | 0.15 | 0.84 | 0 | 0.21 | 288.99 | 0.73 | 0.46 |
| Hex | AA | 20 | C9 | F | 54 | 0 | 15 | 121 | 49 | 2E |
| Octal | 252 | 40 | 311 | 17 | 124 | 0 | 25 | 441 | 111 | 56 |
| Binary | 10101010 | 100000 | 11001001 | 1111 | 1010100 | 0 | 10101 | 100100001 | 1001001 | 101110 |
Color Harmonies of #AA20C9
Complementary color
Monochromatic Colors of #AA20C9
Black with #AA20C9
Text Example
Text Example
White with #AA20C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA20C9; }
p { color: rgb(170,32,201); }
H1.HeaderClassName
{
color: #AA20C9;
}
.AnyTagClassName
{
color: #AA20C9;
}
</style>
background-color css
<style>
a { background-color: #AA20C9; }
a { background-color: rgb(170,32,201); }
div.DivClassName
{
background-color: #AA20C9;
}
.BgClassName
{
background-color: #AA20C9;
}
</style>
border-color css
<style>
span { border-color: #AA20C9; }
span { border-color: rgb(170,32,201); }
td.TdClassName
{
border-color: #AA20C9;
}
.TagClassName
{
border-color: #AA20C9;
}
</style>