Shades of Dark Orchid #AA29A8
Tints of Dark Orchid #AA29A8
RGB
CMYK
RGB Variations
Color information
#AA29A8 (or 0xAA29A8) is known color: Dark Orchid. HEX triplet: AA, 29 and A8. RGB value is (170,41,168). Sum of RGB (Red+Green+Blue) = 170+41+168=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA29A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA29A8 is #55D657. Grayscale: #5D5D5D. Windows color (decimal): -5625432 or 11020714. OLE color: 11020714.
HSL color Cylindrical-coordinate representation of color #AA29A8: hue angle of 300.93º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA29A8 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 168 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.33 |
| HSL | 300.93º | 0.61% | 0.41% | - |
| HSV(B) | 300.93º | 0.76% | 0.67% | - |
| XYZ | 24.44 | 12.96 | 38.26 | - |
| YUV | 94.05 | 169.74 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 168 | 0 | 0.76 | 0.01 | 0.33 | 300.93 | 0.61 | 0.41 |
| Hex | AA | 29 | A8 | 0 | 4C | 1 | 21 | 12D | 3D | 29 |
| Octal | 252 | 51 | 250 | 0 | 114 | 1 | 41 | 455 | 75 | 51 |
| Binary | 10101010 | 101001 | 10101000 | 0 | 1001100 | 1 | 100001 | 100101101 | 111101 | 101001 |
Color Harmonies of #AA29A8
Complementary color
Monochromatic Colors of #AA29A8
Black with #AA29A8
Text Example
Text Example
White with #AA29A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA29A8; }
p { color: rgb(170,41,168); }
H1.HeaderClassName
{
color: #AA29A8;
}
.AnyTagClassName
{
color: #AA29A8;
}
</style>
background-color css
<style>
a { background-color: #AA29A8; }
a { background-color: rgb(170,41,168); }
div.DivClassName
{
background-color: #AA29A8;
}
.BgClassName
{
background-color: #AA29A8;
}
</style>
border-color css
<style>
span { border-color: #AA29A8; }
span { border-color: rgb(170,41,168); }
td.TdClassName
{
border-color: #AA29A8;
}
.TagClassName
{
border-color: #AA29A8;
}
</style>