Shades of Dark Orchid #AA29BC
Tints of Dark Orchid #AA29BC
RGB
CMYK
RGB Variations
Color information
#AA29BC (or 0xAA29BC) is known color: Dark Orchid. HEX triplet: AA, 29 and BC. RGB value is (170,41,188). Sum of RGB (Red+Green+Blue) = 170+41+188=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA29BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA29BC is #55D643. Grayscale: #5F5F5F. Windows color (decimal): -5625412 or 12331434. OLE color: 12331434.
HSL color Cylindrical-coordinate representation of color #AA29BC: hue angle of 292.65º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA29BC is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 41 | 188 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.26 |
| HSL | 292.65º | 0.64% | 0.45% | - |
| HSV(B) | 292.65º | 0.78% | 0.74% | - |
| XYZ | 26.45 | 13.76 | 48.84 | - |
| YUV | 96.33 | 179.74 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 188 | 0.10 | 0.78 | 0 | 0.26 | 292.65 | 0.64 | 0.45 |
| Hex | AA | 29 | BC | A | 4E | 0 | 1A | 125 | 40 | 2D |
| Octal | 252 | 51 | 274 | 12 | 116 | 0 | 32 | 445 | 100 | 55 |
| Binary | 10101010 | 101001 | 10111100 | 1010 | 1001110 | 0 | 11010 | 100100101 | 1000000 | 101101 |
Color Harmonies of #AA29BC
Complementary color
Monochromatic Colors of #AA29BC
Black with #AA29BC
Text Example
Text Example
White with #AA29BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA29BC; }
p { color: rgb(170,41,188); }
H1.HeaderClassName
{
color: #AA29BC;
}
.AnyTagClassName
{
color: #AA29BC;
}
</style>
background-color css
<style>
a { background-color: #AA29BC; }
a { background-color: rgb(170,41,188); }
div.DivClassName
{
background-color: #AA29BC;
}
.BgClassName
{
background-color: #AA29BC;
}
</style>
border-color css
<style>
span { border-color: #AA29BC; }
span { border-color: rgb(170,41,188); }
td.TdClassName
{
border-color: #AA29BC;
}
.TagClassName
{
border-color: #AA29BC;
}
</style>