Shades of Dark Orchid #AA29AD
Tints of Dark Orchid #AA29AD
RGB
CMYK
RGB Variations
Color information
#AA29AD (or 0xAA29AD) is known color: Dark Orchid. HEX triplet: AA, 29 and AD. RGB value is (170,41,173). Sum of RGB (Red+Green+Blue) = 170+41+173=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA29AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA29AD is #55D652. Grayscale: #5E5E5E. Windows color (decimal): -5625427 or 11348394. OLE color: 11348394.
HSL color Cylindrical-coordinate representation of color #AA29AD: hue angle of 298.64º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA29AD is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 41 | 173 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.32 |
| HSL | 298.64º | 0.62% | 0.42% | - |
| HSV(B) | 298.64º | 0.76% | 0.68% | - |
| XYZ | 24.91 | 13.15 | 40.76 | - |
| YUV | 94.62 | 172.24 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 173 | 0.02 | 0.76 | 0 | 0.32 | 298.64 | 0.62 | 0.42 |
| Hex | AA | 29 | AD | 2 | 4C | 0 | 20 | 12B | 3E | 2A |
| Octal | 252 | 51 | 255 | 2 | 114 | 0 | 40 | 453 | 76 | 52 |
| Binary | 10101010 | 101001 | 10101101 | 10 | 1001100 | 0 | 100000 | 100101011 | 111110 | 101010 |
Color Harmonies of #AA29AD
Complementary color
Monochromatic Colors of #AA29AD
Black with #AA29AD
Text Example
Text Example
White with #AA29AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA29AD; }
p { color: rgb(170,41,173); }
H1.HeaderClassName
{
color: #AA29AD;
}
.AnyTagClassName
{
color: #AA29AD;
}
</style>
background-color css
<style>
a { background-color: #AA29AD; }
a { background-color: rgb(170,41,173); }
div.DivClassName
{
background-color: #AA29AD;
}
.BgClassName
{
background-color: #AA29AD;
}
</style>
border-color css
<style>
span { border-color: #AA29AD; }
span { border-color: rgb(170,41,173); }
td.TdClassName
{
border-color: #AA29AD;
}
.TagClassName
{
border-color: #AA29AD;
}
</style>