Shades of Dark Orchid #AA32AB
Tints of Dark Orchid #AA32AB
RGB
CMYK
RGB Variations
Color information
#AA32AB (or 0xAA32AB) is known color: Dark Orchid. HEX triplet: AA, 32 and AB. RGB value is (170,50,171). Sum of RGB (Red+Green+Blue) = 170+50+171=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA32AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA32AB is #55CD54. Grayscale: #636363. Windows color (decimal): -5623125 or 11219626. OLE color: 11219626.
HSL color Cylindrical-coordinate representation of color #AA32AB: hue angle of 299.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA32AB is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 171 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.33 |
| HSL | 299.5º | 0.55% | 0.43% | - |
| HSV(B) | 299.5º | 0.71% | 0.67% | - |
| XYZ | 25.07 | 13.77 | 39.86 | - |
| YUV | 99.67 | 168.26 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 171 | 0.01 | 0.71 | 0 | 0.33 | 299.5 | 0.55 | 0.43 |
| Hex | AA | 32 | AB | 1 | 47 | 0 | 21 | 12C | 37 | 2B |
| Octal | 252 | 62 | 253 | 1 | 107 | 0 | 41 | 454 | 67 | 53 |
| Binary | 10101010 | 110010 | 10101011 | 1 | 1000111 | 0 | 100001 | 100101100 | 110111 | 101011 |
Color Harmonies of #AA32AB
Complementary color
Monochromatic Colors of #AA32AB
Black with #AA32AB
Text Example
Text Example
White with #AA32AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA32AB; }
p { color: rgb(170,50,171); }
H1.HeaderClassName
{
color: #AA32AB;
}
.AnyTagClassName
{
color: #AA32AB;
}
</style>
background-color css
<style>
a { background-color: #AA32AB; }
a { background-color: rgb(170,50,171); }
div.DivClassName
{
background-color: #AA32AB;
}
.BgClassName
{
background-color: #AA32AB;
}
</style>
border-color css
<style>
span { border-color: #AA32AB; }
span { border-color: rgb(170,50,171); }
td.TdClassName
{
border-color: #AA32AB;
}
.TagClassName
{
border-color: #AA32AB;
}
</style>