Shades of Dark Orchid #AA29AA
Tints of Dark Orchid #AA29AA
RGB
CMYK
RGB Variations
Color information
#AA29AA (or 0xAA29AA) is known color: Dark Orchid. HEX triplet: AA, 29 and AA. RGB value is (170,41,170). Sum of RGB (Red+Green+Blue) = 170+41+170=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA29AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA29AA is #55D655. Grayscale: #5D5D5D. Windows color (decimal): -5625430 or 11151786. OLE color: 11151786.
HSL color Cylindrical-coordinate representation of color #AA29AA: hue angle of 300º 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 #AA29AA is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 170 | - |
| CMYK | 0 | 0.76 | 0 | 0.33 |
| HSL | 300º | 0.61% | 0.41% | - |
| HSV(B) | 300º | 0.76% | 0.67% | - |
| XYZ | 24.63 | 13.03 | 39.25 | - |
| YUV | 94.28 | 170.74 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 170 | 0 | 0.76 | 0 | 0.33 | 300 | 0.61 | 0.41 |
| Hex | AA | 29 | AA | 0 | 4C | 0 | 21 | 12C | 3D | 29 |
| Octal | 252 | 51 | 252 | 0 | 114 | 0 | 41 | 454 | 75 | 51 |
| Binary | 10101010 | 101001 | 10101010 | 0 | 1001100 | 0 | 100001 | 100101100 | 111101 | 101001 |
Color Harmonies of #AA29AA
Complementary color
Monochromatic Colors of #AA29AA
Black with #AA29AA
Text Example
Text Example
White with #AA29AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA29AA; }
p { color: rgb(170,41,170); }
H1.HeaderClassName
{
color: #AA29AA;
}
.AnyTagClassName
{
color: #AA29AA;
}
</style>
background-color css
<style>
a { background-color: #AA29AA; }
a { background-color: rgb(170,41,170); }
div.DivClassName
{
background-color: #AA29AA;
}
.BgClassName
{
background-color: #AA29AA;
}
</style>
border-color css
<style>
span { border-color: #AA29AA; }
span { border-color: rgb(170,41,170); }
td.TdClassName
{
border-color: #AA29AA;
}
.TagClassName
{
border-color: #AA29AA;
}
</style>