Shades of Dark Violet #AA0CC9
Tints of Dark Violet #AA0CC9
RGB
CMYK
RGB Variations
Color information
#AA0CC9 (or 0xAA0CC9) is known color: Dark Violet. HEX triplet: AA, 0C and C9. RGB value is (170,12,201). Sum of RGB (Red+Green+Blue) = 170+12+201=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA0CC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CC9 is #55F336. Grayscale: #505050. Windows color (decimal): -5632823 or 13175978. OLE color: 13175978.
HSL color Cylindrical-coordinate representation of color #AA0CC9: hue angle of 290.16º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0CC9 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 12 | 201 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.21 |
| HSL | 290.16º | 0.89% | 0.42% | - |
| HSV(B) | 290.16º | 0.94% | 0.79% | - |
| XYZ | 27.25 | 13.03 | 56.34 | - |
| YUV | 80.79 | 195.85 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 201 | 0.15 | 0.94 | 0 | 0.21 | 290.16 | 0.89 | 0.42 |
| Hex | AA | C | C9 | F | 5E | 0 | 15 | 122 | 59 | 2A |
| Octal | 252 | 14 | 311 | 17 | 136 | 0 | 25 | 442 | 131 | 52 |
| Binary | 10101010 | 1100 | 11001001 | 1111 | 1011110 | 0 | 10101 | 100100010 | 1011001 | 101010 |
Color Harmonies of #AA0CC9
Complementary color
Monochromatic Colors of #AA0CC9
Black with #AA0CC9
Text Example
Text Example
White with #AA0CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CC9; }
p { color: rgb(170,12,201); }
H1.HeaderClassName
{
color: #AA0CC9;
}
.AnyTagClassName
{
color: #AA0CC9;
}
</style>
background-color css
<style>
a { background-color: #AA0CC9; }
a { background-color: rgb(170,12,201); }
div.DivClassName
{
background-color: #AA0CC9;
}
.BgClassName
{
background-color: #AA0CC9;
}
</style>
border-color css
<style>
span { border-color: #AA0CC9; }
span { border-color: rgb(170,12,201); }
td.TdClassName
{
border-color: #AA0CC9;
}
.TagClassName
{
border-color: #AA0CC9;
}
</style>