Shades of Dark Violet #AA11C0
Tints of Dark Violet #AA11C0
RGB
CMYK
RGB Variations
Color information
#AA11C0 (or 0xAA11C0) is known color: Dark Violet. HEX triplet: AA, 11 and C0. RGB value is (170,17,192). Sum of RGB (Red+Green+Blue) = 170+17+192=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA11C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA11C0 is #55EE3F. Grayscale: #525252. Windows color (decimal): -5631552 or 12587434. OLE color: 12587434.
HSL color Cylindrical-coordinate representation of color #AA11C0: hue angle of 292.46º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA11C0 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 17 | 192 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.25 |
| HSL | 292.46º | 0.84% | 0.41% | - |
| HSV(B) | 292.46º | 0.91% | 0.75% | - |
| XYZ | 26.29 | 12.75 | 50.94 | - |
| YUV | 82.7 | 189.69 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 192 | 0.11 | 0.91 | 0 | 0.25 | 292.46 | 0.84 | 0.41 |
| Hex | AA | 11 | C0 | B | 5B | 0 | 19 | 124 | 54 | 29 |
| Octal | 252 | 21 | 300 | 13 | 133 | 0 | 31 | 444 | 124 | 51 |
| Binary | 10101010 | 10001 | 11000000 | 1011 | 1011011 | 0 | 11001 | 100100100 | 1010100 | 101001 |
Color Harmonies of #AA11C0
Complementary color
Monochromatic Colors of #AA11C0
Black with #AA11C0
Text Example
Text Example
White with #AA11C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA11C0; }
p { color: rgb(170,17,192); }
H1.HeaderClassName
{
color: #AA11C0;
}
.AnyTagClassName
{
color: #AA11C0;
}
</style>
background-color css
<style>
a { background-color: #AA11C0; }
a { background-color: rgb(170,17,192); }
div.DivClassName
{
background-color: #AA11C0;
}
.BgClassName
{
background-color: #AA11C0;
}
</style>
border-color css
<style>
span { border-color: #AA11C0; }
span { border-color: rgb(170,17,192); }
td.TdClassName
{
border-color: #AA11C0;
}
.TagClassName
{
border-color: #AA11C0;
}
</style>