Shades of Dark Orchid #AA29BA
Tints of Dark Orchid #AA29BA
RGB
CMYK
RGB Variations
Color information
#AA29BA (or 0xAA29BA) is known color: Dark Orchid. HEX triplet: AA, 29 and BA. RGB value is (170,41,186). Sum of RGB (Red+Green+Blue) = 170+41+186=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA29BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA29BA is #55D645. Grayscale: #5F5F5F. Windows color (decimal): -5625414 or 12200362. OLE color: 12200362.
HSL color Cylindrical-coordinate representation of color #AA29BA: hue angle of 293.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA29BA is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 41 | 186 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.27 |
| HSL | 293.38º | 0.64% | 0.45% | - |
| HSV(B) | 293.38º | 0.78% | 0.73% | - |
| XYZ | 26.23 | 13.68 | 47.71 | - |
| YUV | 96.1 | 178.74 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 186 | 0.09 | 0.78 | 0 | 0.27 | 293.38 | 0.64 | 0.45 |
| Hex | AA | 29 | BA | 9 | 4E | 0 | 1B | 125 | 40 | 2D |
| Octal | 252 | 51 | 272 | 11 | 116 | 0 | 33 | 445 | 100 | 55 |
| Binary | 10101010 | 101001 | 10111010 | 1001 | 1001110 | 0 | 11011 | 100100101 | 1000000 | 101101 |
Color Harmonies of #AA29BA
Complementary color
Monochromatic Colors of #AA29BA
Black with #AA29BA
Text Example
Text Example
White with #AA29BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA29BA; }
p { color: rgb(170,41,186); }
H1.HeaderClassName
{
color: #AA29BA;
}
.AnyTagClassName
{
color: #AA29BA;
}
</style>
background-color css
<style>
a { background-color: #AA29BA; }
a { background-color: rgb(170,41,186); }
div.DivClassName
{
background-color: #AA29BA;
}
.BgClassName
{
background-color: #AA29BA;
}
</style>
border-color css
<style>
span { border-color: #AA29BA; }
span { border-color: rgb(170,41,186); }
td.TdClassName
{
border-color: #AA29BA;
}
.TagClassName
{
border-color: #AA29BA;
}
</style>