Shades of Dark Violet #AA05C0
Tints of Dark Violet #AA05C0
RGB
CMYK
RGB Variations
Color information
#AA05C0 (or 0xAA05C0) is known color: Dark Violet. HEX triplet: AA, 05 and C0. RGB value is (170,5,192). Sum of RGB (Red+Green+Blue) = 170+5+192=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA05C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA05C0 is #55FA3F. Grayscale: #4B4B4B. Windows color (decimal): -5634624 or 12584362. OLE color: 12584362.
HSL color Cylindrical-coordinate representation of color #AA05C0: hue angle of 292.94º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA05C0 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 5 | 192 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.25 |
| HSL | 292.94º | 0.95% | 0.39% | - |
| HSV(B) | 292.94º | 0.97% | 0.75% | - |
| XYZ | 26.15 | 12.46 | 50.9 | - |
| YUV | 75.65 | 193.66 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 192 | 0.11 | 0.97 | 0 | 0.25 | 292.94 | 0.95 | 0.39 |
| Hex | AA | 5 | C0 | B | 61 | 0 | 19 | 125 | 5F | 27 |
| Octal | 252 | 5 | 300 | 13 | 141 | 0 | 31 | 445 | 137 | 47 |
| Binary | 10101010 | 101 | 11000000 | 1011 | 1100001 | 0 | 11001 | 100100101 | 1011111 | 100111 |
Color Harmonies of #AA05C0
Complementary color
Monochromatic Colors of #AA05C0
Black with #AA05C0
Text Example
Text Example
White with #AA05C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA05C0; }
p { color: rgb(170,5,192); }
H1.HeaderClassName
{
color: #AA05C0;
}
.AnyTagClassName
{
color: #AA05C0;
}
</style>
background-color css
<style>
a { background-color: #AA05C0; }
a { background-color: rgb(170,5,192); }
div.DivClassName
{
background-color: #AA05C0;
}
.BgClassName
{
background-color: #AA05C0;
}
</style>
border-color css
<style>
span { border-color: #AA05C0; }
span { border-color: rgb(170,5,192); }
td.TdClassName
{
border-color: #AA05C0;
}
.TagClassName
{
border-color: #AA05C0;
}
</style>