Shades of Dark Orchid #AA32DB
Tints of Dark Orchid #AA32DB
RGB
CMYK
RGB Variations
Color information
#AA32DB (or 0xAA32DB) is known color: Dark Orchid. HEX triplet: AA, 32 and DB. RGB value is (170,50,219). Sum of RGB (Red+Green+Blue) = 170+50+219=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA32DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA32DB is #55CD24. Grayscale: #686868. Windows color (decimal): -5623077 or 14365354. OLE color: 14365354.
HSL color Cylindrical-coordinate representation of color #AA32DB: hue angle of 282.6º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA32DB is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 50 | 219 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.14 |
| HSL | 282.6º | 0.7% | 0.53% | - |
| HSV(B) | 282.6º | 0.77% | 0.86% | - |
| XYZ | 30.5 | 15.94 | 68.49 | - |
| YUV | 105.15 | 192.26 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 219 | 0.22 | 0.77 | 0 | 0.14 | 282.6 | 0.7 | 0.53 |
| Hex | AA | 32 | DB | 16 | 4D | 0 | E | 11B | 46 | 35 |
| Octal | 252 | 62 | 333 | 26 | 115 | 0 | 16 | 433 | 106 | 65 |
| Binary | 10101010 | 110010 | 11011011 | 10110 | 1001101 | 0 | 1110 | 100011011 | 1000110 | 110101 |
Color Harmonies of #AA32DB
Complementary color
Monochromatic Colors of #AA32DB
Black with #AA32DB
Text Example
Text Example
White with #AA32DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA32DB; }
p { color: rgb(170,50,219); }
H1.HeaderClassName
{
color: #AA32DB;
}
.AnyTagClassName
{
color: #AA32DB;
}
</style>
background-color css
<style>
a { background-color: #AA32DB; }
a { background-color: rgb(170,50,219); }
div.DivClassName
{
background-color: #AA32DB;
}
.BgClassName
{
background-color: #AA32DB;
}
</style>
border-color css
<style>
span { border-color: #AA32DB; }
span { border-color: rgb(170,50,219); }
td.TdClassName
{
border-color: #AA32DB;
}
.TagClassName
{
border-color: #AA32DB;
}
</style>