Shades of Dark Orchid #AA32AE
Tints of Dark Orchid #AA32AE
RGB
CMYK
RGB Variations
Color information
#AA32AE (or 0xAA32AE) is known color: Dark Orchid. HEX triplet: AA, 32 and AE. RGB value is (170,50,174). Sum of RGB (Red+Green+Blue) = 170+50+174=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA32AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA32AE is #55CD51. Grayscale: #636363. Windows color (decimal): -5623122 or 11416234. OLE color: 11416234.
HSL color Cylindrical-coordinate representation of color #AA32AE: hue angle of 298.06º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA32AE is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 50 | 174 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.32 |
| HSL | 298.06º | 0.55% | 0.44% | - |
| HSV(B) | 298.06º | 0.71% | 0.68% | - |
| XYZ | 25.36 | 13.88 | 41.39 | - |
| YUV | 100.02 | 169.76 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 174 | 0.02 | 0.71 | 0 | 0.32 | 298.06 | 0.55 | 0.44 |
| Hex | AA | 32 | AE | 2 | 47 | 0 | 20 | 12A | 37 | 2C |
| Octal | 252 | 62 | 256 | 2 | 107 | 0 | 40 | 452 | 67 | 54 |
| Binary | 10101010 | 110010 | 10101110 | 10 | 1000111 | 0 | 100000 | 100101010 | 110111 | 101100 |
Color Harmonies of #AA32AE
Complementary color
Monochromatic Colors of #AA32AE
Black with #AA32AE
Text Example
Text Example
White with #AA32AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA32AE; }
p { color: rgb(170,50,174); }
H1.HeaderClassName
{
color: #AA32AE;
}
.AnyTagClassName
{
color: #AA32AE;
}
</style>
background-color css
<style>
a { background-color: #AA32AE; }
a { background-color: rgb(170,50,174); }
div.DivClassName
{
background-color: #AA32AE;
}
.BgClassName
{
background-color: #AA32AE;
}
</style>
border-color css
<style>
span { border-color: #AA32AE; }
span { border-color: rgb(170,50,174); }
td.TdClassName
{
border-color: #AA32AE;
}
.TagClassName
{
border-color: #AA32AE;
}
</style>