Shades of Dark Orchid #AA32CA
Tints of Dark Orchid #AA32CA
RGB
CMYK
RGB Variations
Color information
#AA32CA (or 0xAA32CA) is known color: Dark Orchid. HEX triplet: AA, 32 and CA. RGB value is (170,50,202). Sum of RGB (Red+Green+Blue) = 170+50+202=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA32CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA32CA is #55CD35. Grayscale: #666666. Windows color (decimal): -5623094 or 13251242. OLE color: 13251242.
HSL color Cylindrical-coordinate representation of color #AA32CA: hue angle of 287.37º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA32CA is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 50 | 202 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.21 |
| HSL | 287.37º | 0.6% | 0.49% | - |
| HSV(B) | 287.37º | 0.75% | 0.79% | - |
| XYZ | 28.38 | 15.09 | 57.29 | - |
| YUV | 103.21 | 183.76 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 202 | 0.16 | 0.75 | 0 | 0.21 | 287.37 | 0.6 | 0.49 |
| Hex | AA | 32 | CA | 10 | 4B | 0 | 15 | 11F | 3C | 31 |
| Octal | 252 | 62 | 312 | 20 | 113 | 0 | 25 | 437 | 74 | 61 |
| Binary | 10101010 | 110010 | 11001010 | 10000 | 1001011 | 0 | 10101 | 100011111 | 111100 | 110001 |
Color Harmonies of #AA32CA
Complementary color
Monochromatic Colors of #AA32CA
Black with #AA32CA
Text Example
Text Example
White with #AA32CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA32CA; }
p { color: rgb(170,50,202); }
H1.HeaderClassName
{
color: #AA32CA;
}
.AnyTagClassName
{
color: #AA32CA;
}
</style>
background-color css
<style>
a { background-color: #AA32CA; }
a { background-color: rgb(170,50,202); }
div.DivClassName
{
background-color: #AA32CA;
}
.BgClassName
{
background-color: #AA32CA;
}
</style>
border-color css
<style>
span { border-color: #AA32CA; }
span { border-color: rgb(170,50,202); }
td.TdClassName
{
border-color: #AA32CA;
}
.TagClassName
{
border-color: #AA32CA;
}
</style>