Shades of Dark Violet #AA0CB9
Tints of Dark Violet #AA0CB9
RGB
CMYK
RGB Variations
Color information
#AA0CB9 (or 0xAA0CB9) is known color: Dark Violet. HEX triplet: AA, 0C and B9. RGB value is (170,12,185). Sum of RGB (Red+Green+Blue) = 170+12+185=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 185 (72.66% from 255 or 50.41% from 367); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA0CB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CB9 is #55F346. Grayscale: #4E4E4E. Windows color (decimal): -5632839 or 12127402. OLE color: 12127402.
HSL color Cylindrical-coordinate representation of color #AA0CB9: hue angle of 294.8º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0CB9 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 12 | 185 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.27 |
| HSL | 294.8º | 0.88% | 0.39% | - |
| HSV(B) | 294.8º | 0.94% | 0.73% | - |
| XYZ | 25.47 | 12.31 | 46.93 | - |
| YUV | 78.96 | 187.85 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 185 | 0.08 | 0.94 | 0 | 0.27 | 294.8 | 0.88 | 0.39 |
| Hex | AA | C | B9 | 8 | 5E | 0 | 1B | 127 | 58 | 27 |
| Octal | 252 | 14 | 271 | 10 | 136 | 0 | 33 | 447 | 130 | 47 |
| Binary | 10101010 | 1100 | 10111001 | 1000 | 1011110 | 0 | 11011 | 100100111 | 1011000 | 100111 |
Color Harmonies of #AA0CB9
Complementary color
Monochromatic Colors of #AA0CB9
Black with #AA0CB9
Text Example
Text Example
White with #AA0CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CB9; }
p { color: rgb(170,12,185); }
H1.HeaderClassName
{
color: #AA0CB9;
}
.AnyTagClassName
{
color: #AA0CB9;
}
</style>
background-color css
<style>
a { background-color: #AA0CB9; }
a { background-color: rgb(170,12,185); }
div.DivClassName
{
background-color: #AA0CB9;
}
.BgClassName
{
background-color: #AA0CB9;
}
</style>
border-color css
<style>
span { border-color: #AA0CB9; }
span { border-color: rgb(170,12,185); }
td.TdClassName
{
border-color: #AA0CB9;
}
.TagClassName
{
border-color: #AA0CB9;
}
</style>