Shades of Dark Orchid #AA29C5
Tints of Dark Orchid #AA29C5
RGB
CMYK
RGB Variations
Color information
#AA29C5 (or 0xAA29C5) is known color: Dark Orchid. HEX triplet: AA, 29 and C5. RGB value is (170,41,197). Sum of RGB (Red+Green+Blue) = 170+41+197=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA29C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA29C5 is #55D63A. Grayscale: #606060. Windows color (decimal): -5625403 or 12921258. OLE color: 12921258.
HSL color Cylindrical-coordinate representation of color #AA29C5: hue angle of 289.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA29C5 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 41 | 197 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.23 |
| HSL | 289.62º | 0.66% | 0.47% | - |
| HSV(B) | 289.62º | 0.79% | 0.77% | - |
| XYZ | 27.45 | 14.16 | 54.11 | - |
| YUV | 97.36 | 184.24 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 197 | 0.14 | 0.79 | 0 | 0.23 | 289.62 | 0.66 | 0.47 |
| Hex | AA | 29 | C5 | E | 4F | 0 | 17 | 122 | 42 | 2F |
| Octal | 252 | 51 | 305 | 16 | 117 | 0 | 27 | 442 | 102 | 57 |
| Binary | 10101010 | 101001 | 11000101 | 1110 | 1001111 | 0 | 10111 | 100100010 | 1000010 | 101111 |
Color Harmonies of #AA29C5
Complementary color
Monochromatic Colors of #AA29C5
Black with #AA29C5
Text Example
Text Example
White with #AA29C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA29C5; }
p { color: rgb(170,41,197); }
H1.HeaderClassName
{
color: #AA29C5;
}
.AnyTagClassName
{
color: #AA29C5;
}
</style>
background-color css
<style>
a { background-color: #AA29C5; }
a { background-color: rgb(170,41,197); }
div.DivClassName
{
background-color: #AA29C5;
}
.BgClassName
{
background-color: #AA29C5;
}
</style>
border-color css
<style>
span { border-color: #AA29C5; }
span { border-color: rgb(170,41,197); }
td.TdClassName
{
border-color: #AA29C5;
}
.TagClassName
{
border-color: #AA29C5;
}
</style>