Shades of Dark Orchid #AA29E7
Tints of Dark Orchid #AA29E7
RGB
CMYK
RGB Variations
Color information
#AA29E7 (or 0xAA29E7) is known color: Dark Orchid. HEX triplet: AA, 29 and E7. RGB value is (170,41,231). Sum of RGB (Red+Green+Blue) = 170+41+231=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 231 (90.62% from 255 or 52.26% from 442); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA29E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA29E7 is #55D618. Grayscale: #646464. Windows color (decimal): -5625369 or 15149482. OLE color: 15149482.
HSL color Cylindrical-coordinate representation of color #AA29E7: hue angle of 280.74º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA29E7 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 41 | 231 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.09 |
| HSL | 280.74º | 0.8% | 0.53% | - |
| HSV(B) | 280.74º | 0.82% | 0.91% | - |
| XYZ | 31.79 | 15.9 | 76.99 | - |
| YUV | 101.23 | 201.24 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 231 | 0.26 | 0.82 | 0 | 0.09 | 280.74 | 0.8 | 0.53 |
| Hex | AA | 29 | E7 | 1A | 52 | 0 | 9 | 119 | 50 | 35 |
| Octal | 252 | 51 | 347 | 32 | 122 | 0 | 11 | 431 | 120 | 65 |
| Binary | 10101010 | 101001 | 11100111 | 11010 | 1010010 | 0 | 1001 | 100011001 | 1010000 | 110101 |
Color Harmonies of #AA29E7
Complementary color
Monochromatic Colors of #AA29E7
Black with #AA29E7
Text Example
Text Example
White with #AA29E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA29E7; }
p { color: rgb(170,41,231); }
H1.HeaderClassName
{
color: #AA29E7;
}
.AnyTagClassName
{
color: #AA29E7;
}
</style>
background-color css
<style>
a { background-color: #AA29E7; }
a { background-color: rgb(170,41,231); }
div.DivClassName
{
background-color: #AA29E7;
}
.BgClassName
{
background-color: #AA29E7;
}
</style>
border-color css
<style>
span { border-color: #AA29E7; }
span { border-color: rgb(170,41,231); }
td.TdClassName
{
border-color: #AA29E7;
}
.TagClassName
{
border-color: #AA29E7;
}
</style>