Shades of Dark Violet #AA0AC0
Tints of Dark Violet #AA0AC0
RGB
CMYK
RGB Variations
Color information
#AA0AC0 (or 0xAA0AC0) is known color: Dark Violet. HEX triplet: AA, 0A and C0. RGB value is (170,10,192). Sum of RGB (Red+Green+Blue) = 170+10+192=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA0AC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0AC0 is #55F53F. Grayscale: #4E4E4E. Windows color (decimal): -5633344 or 12585642. OLE color: 12585642.
HSL color Cylindrical-coordinate representation of color #AA0AC0: hue angle of 292.75º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0AC0 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 10 | 192 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.25 |
| HSL | 292.75º | 0.9% | 0.4% | - |
| HSV(B) | 292.75º | 0.95% | 0.75% | - |
| XYZ | 26.2 | 12.57 | 50.91 | - |
| YUV | 78.59 | 192.01 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 192 | 0.11 | 0.95 | 0 | 0.25 | 292.75 | 0.9 | 0.4 |
| Hex | AA | A | C0 | B | 5F | 0 | 19 | 125 | 5A | 28 |
| Octal | 252 | 12 | 300 | 13 | 137 | 0 | 31 | 445 | 132 | 50 |
| Binary | 10101010 | 1010 | 11000000 | 1011 | 1011111 | 0 | 11001 | 100100101 | 1011010 | 101000 |
Color Harmonies of #AA0AC0
Complementary color
Monochromatic Colors of #AA0AC0
Black with #AA0AC0
Text Example
Text Example
White with #AA0AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0AC0; }
p { color: rgb(170,10,192); }
H1.HeaderClassName
{
color: #AA0AC0;
}
.AnyTagClassName
{
color: #AA0AC0;
}
</style>
background-color css
<style>
a { background-color: #AA0AC0; }
a { background-color: rgb(170,10,192); }
div.DivClassName
{
background-color: #AA0AC0;
}
.BgClassName
{
background-color: #AA0AC0;
}
</style>
border-color css
<style>
span { border-color: #AA0AC0; }
span { border-color: rgb(170,10,192); }
td.TdClassName
{
border-color: #AA0AC0;
}
.TagClassName
{
border-color: #AA0AC0;
}
</style>