Shades of Dark Orchid #AA29E6
Tints of Dark Orchid #AA29E6
RGB
CMYK
RGB Variations
Color information
#AA29E6 (or 0xAA29E6) is known color: Dark Orchid. HEX triplet: AA, 29 and E6. RGB value is (170,41,230). Sum of RGB (Red+Green+Blue) = 170+41+230=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA29E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA29E6 is #55D619. Grayscale: #646464. Windows color (decimal): -5625370 or 15083946. OLE color: 15083946.
HSL color Cylindrical-coordinate representation of color #AA29E6: hue angle of 280.95º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA29E6 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 41 | 230 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.10 |
| HSL | 280.95º | 0.79% | 0.53% | - |
| HSV(B) | 280.95º | 0.82% | 0.9% | - |
| XYZ | 31.65 | 15.85 | 76.25 | - |
| YUV | 101.12 | 200.74 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 230 | 0.26 | 0.82 | 0 | 0.10 | 280.95 | 0.79 | 0.53 |
| Hex | AA | 29 | E6 | 1A | 52 | 0 | A | 119 | 4F | 35 |
| Octal | 252 | 51 | 346 | 32 | 122 | 0 | 12 | 431 | 117 | 65 |
| Binary | 10101010 | 101001 | 11100110 | 11010 | 1010010 | 0 | 1010 | 100011001 | 1001111 | 110101 |
Color Harmonies of #AA29E6
Complementary color
Monochromatic Colors of #AA29E6
Black with #AA29E6
Text Example
Text Example
White with #AA29E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA29E6; }
p { color: rgb(170,41,230); }
H1.HeaderClassName
{
color: #AA29E6;
}
.AnyTagClassName
{
color: #AA29E6;
}
</style>
background-color css
<style>
a { background-color: #AA29E6; }
a { background-color: rgb(170,41,230); }
div.DivClassName
{
background-color: #AA29E6;
}
.BgClassName
{
background-color: #AA29E6;
}
</style>
border-color css
<style>
span { border-color: #AA29E6; }
span { border-color: rgb(170,41,230); }
td.TdClassName
{
border-color: #AA29E6;
}
.TagClassName
{
border-color: #AA29E6;
}
</style>