Shades of Dark Violet #AA0AC5
Tints of Dark Violet #AA0AC5
RGB
CMYK
RGB Variations
Color information
#AA0AC5 (or 0xAA0AC5) is known color: Dark Violet. HEX triplet: AA, 0A and C5. RGB value is (170,10,197). Sum of RGB (Red+Green+Blue) = 170+10+197=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA0AC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0AC5 is #55F53A. Grayscale: #4E4E4E. Windows color (decimal): -5633339 or 12913322. OLE color: 12913322.
HSL color Cylindrical-coordinate representation of color #AA0AC5: hue angle of 291.34º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0AC5 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 10 | 197 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.23 |
| HSL | 291.34º | 0.9% | 0.41% | - |
| HSV(B) | 291.34º | 0.95% | 0.77% | - |
| XYZ | 26.76 | 12.79 | 53.88 | - |
| YUV | 79.16 | 194.51 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 197 | 0.14 | 0.95 | 0 | 0.23 | 291.34 | 0.9 | 0.41 |
| Hex | AA | A | C5 | E | 5F | 0 | 17 | 123 | 5A | 29 |
| Octal | 252 | 12 | 305 | 16 | 137 | 0 | 27 | 443 | 132 | 51 |
| Binary | 10101010 | 1010 | 11000101 | 1110 | 1011111 | 0 | 10111 | 100100011 | 1011010 | 101001 |
Color Harmonies of #AA0AC5
Complementary color
Monochromatic Colors of #AA0AC5
Black with #AA0AC5
Text Example
Text Example
White with #AA0AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0AC5; }
p { color: rgb(170,10,197); }
H1.HeaderClassName
{
color: #AA0AC5;
}
.AnyTagClassName
{
color: #AA0AC5;
}
</style>
background-color css
<style>
a { background-color: #AA0AC5; }
a { background-color: rgb(170,10,197); }
div.DivClassName
{
background-color: #AA0AC5;
}
.BgClassName
{
background-color: #AA0AC5;
}
</style>
border-color css
<style>
span { border-color: #AA0AC5; }
span { border-color: rgb(170,10,197); }
td.TdClassName
{
border-color: #AA0AC5;
}
.TagClassName
{
border-color: #AA0AC5;
}
</style>