Shades of Dark Orchid #AA29E0
Tints of Dark Orchid #AA29E0
RGB
CMYK
RGB Variations
Color information
#AA29E0 (or 0xAA29E0) is known color: Dark Orchid. HEX triplet: AA, 29 and E0. RGB value is (170,41,224). Sum of RGB (Red+Green+Blue) = 170+41+224=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA29E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA29E0 is #55D61F. Grayscale: #636363. Windows color (decimal): -5625376 or 14690730. OLE color: 14690730.
HSL color Cylindrical-coordinate representation of color #AA29E0: hue angle of 282.3º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA29E0 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 41 | 224 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.12 |
| HSL | 282.3º | 0.75% | 0.52% | - |
| HSV(B) | 282.3º | 0.82% | 0.88% | - |
| XYZ | 30.83 | 15.51 | 71.89 | - |
| YUV | 100.43 | 197.74 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 224 | 0.24 | 0.82 | 0 | 0.12 | 282.3 | 0.75 | 0.52 |
| Hex | AA | 29 | E0 | 18 | 52 | 0 | C | 11A | 4B | 34 |
| Octal | 252 | 51 | 340 | 30 | 122 | 0 | 14 | 432 | 113 | 64 |
| Binary | 10101010 | 101001 | 11100000 | 11000 | 1010010 | 0 | 1100 | 100011010 | 1001011 | 110100 |
Color Harmonies of #AA29E0
Complementary color
Monochromatic Colors of #AA29E0
Black with #AA29E0
Text Example
Text Example
White with #AA29E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA29E0; }
p { color: rgb(170,41,224); }
H1.HeaderClassName
{
color: #AA29E0;
}
.AnyTagClassName
{
color: #AA29E0;
}
</style>
background-color css
<style>
a { background-color: #AA29E0; }
a { background-color: rgb(170,41,224); }
div.DivClassName
{
background-color: #AA29E0;
}
.BgClassName
{
background-color: #AA29E0;
}
</style>
border-color css
<style>
span { border-color: #AA29E0; }
span { border-color: rgb(170,41,224); }
td.TdClassName
{
border-color: #AA29E0;
}
.TagClassName
{
border-color: #AA29E0;
}
</style>