Shades of Dark Orchid #AA29C7
Tints of Dark Orchid #AA29C7
RGB
CMYK
RGB Variations
Color information
#AA29C7 (or 0xAA29C7) is known color: Dark Orchid. HEX triplet: AA, 29 and C7. RGB value is (170,41,199). Sum of RGB (Red+Green+Blue) = 170+41+199=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 199 (78.12% from 255 or 48.54% from 410); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA29C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA29C7 is #55D638. Grayscale: #616161. Windows color (decimal): -5625401 or 13052330. OLE color: 13052330.
HSL color Cylindrical-coordinate representation of color #AA29C7: hue angle of 288.99º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA29C7 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 41 | 199 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.22 |
| HSL | 288.99º | 0.66% | 0.47% | - |
| HSV(B) | 288.99º | 0.79% | 0.78% | - |
| XYZ | 27.68 | 14.26 | 55.33 | - |
| YUV | 97.58 | 185.24 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 199 | 0.15 | 0.79 | 0 | 0.22 | 288.99 | 0.66 | 0.47 |
| Hex | AA | 29 | C7 | F | 4F | 0 | 16 | 121 | 42 | 2F |
| Octal | 252 | 51 | 307 | 17 | 117 | 0 | 26 | 441 | 102 | 57 |
| Binary | 10101010 | 101001 | 11000111 | 1111 | 1001111 | 0 | 10110 | 100100001 | 1000010 | 101111 |
Color Harmonies of #AA29C7
Complementary color
Monochromatic Colors of #AA29C7
Black with #AA29C7
Text Example
Text Example
White with #AA29C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA29C7; }
p { color: rgb(170,41,199); }
H1.HeaderClassName
{
color: #AA29C7;
}
.AnyTagClassName
{
color: #AA29C7;
}
</style>
background-color css
<style>
a { background-color: #AA29C7; }
a { background-color: rgb(170,41,199); }
div.DivClassName
{
background-color: #AA29C7;
}
.BgClassName
{
background-color: #AA29C7;
}
</style>
border-color css
<style>
span { border-color: #AA29C7; }
span { border-color: rgb(170,41,199); }
td.TdClassName
{
border-color: #AA29C7;
}
.TagClassName
{
border-color: #AA29C7;
}
</style>