Shades of Dark Orchid #AA32D9
Tints of Dark Orchid #AA32D9
RGB
CMYK
RGB Variations
Color information
#AA32D9 (or 0xAA32D9) is known color: Dark Orchid. HEX triplet: AA, 32 and D9. RGB value is (170,50,217). Sum of RGB (Red+Green+Blue) = 170+50+217=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 217 (85.16% from 255 or 49.66% from 437); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA32D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA32D9 is #55CD26. Grayscale: #686868. Windows color (decimal): -5623079 or 14234282. OLE color: 14234282.
HSL color Cylindrical-coordinate representation of color #AA32D9: hue angle of 283.11º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA32D9 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 50 | 217 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.15 |
| HSL | 283.11º | 0.69% | 0.52% | - |
| HSV(B) | 283.11º | 0.77% | 0.85% | - |
| XYZ | 30.24 | 15.84 | 67.11 | - |
| YUV | 104.92 | 191.26 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 217 | 0.22 | 0.77 | 0 | 0.15 | 283.11 | 0.69 | 0.52 |
| Hex | AA | 32 | D9 | 16 | 4D | 0 | F | 11B | 45 | 34 |
| Octal | 252 | 62 | 331 | 26 | 115 | 0 | 17 | 433 | 105 | 64 |
| Binary | 10101010 | 110010 | 11011001 | 10110 | 1001101 | 0 | 1111 | 100011011 | 1000101 | 110100 |
Color Harmonies of #AA32D9
Complementary color
Monochromatic Colors of #AA32D9
Black with #AA32D9
Text Example
Text Example
White with #AA32D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA32D9; }
p { color: rgb(170,50,217); }
H1.HeaderClassName
{
color: #AA32D9;
}
.AnyTagClassName
{
color: #AA32D9;
}
</style>
background-color css
<style>
a { background-color: #AA32D9; }
a { background-color: rgb(170,50,217); }
div.DivClassName
{
background-color: #AA32D9;
}
.BgClassName
{
background-color: #AA32D9;
}
</style>
border-color css
<style>
span { border-color: #AA32D9; }
span { border-color: rgb(170,50,217); }
td.TdClassName
{
border-color: #AA32D9;
}
.TagClassName
{
border-color: #AA32D9;
}
</style>