Shades of Dark Violet #AA0ACC
Tints of Dark Violet #AA0ACC
RGB
CMYK
RGB Variations
Color information
#AA0ACC (or 0xAA0ACC) is known color: Dark Violet. HEX triplet: AA, 0A and CC. RGB value is (170,10,204). Sum of RGB (Red+Green+Blue) = 170+10+204=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA0ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0ACC is #55F533. Grayscale: #4F4F4F. Windows color (decimal): -5633332 or 13372074. OLE color: 13372074.
HSL color Cylindrical-coordinate representation of color #AA0ACC: hue angle of 289.48º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0ACC is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 10 | 204 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.2 |
| HSL | 289.48º | 0.91% | 0.42% | - |
| HSV(B) | 289.48º | 0.95% | 0.8% | - |
| XYZ | 27.59 | 13.12 | 58.21 | - |
| YUV | 79.96 | 198.01 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 204 | 0.17 | 0.95 | 0 | 0.2 | 289.48 | 0.91 | 0.42 |
| Hex | AA | A | CC | 11 | 5F | 0 | 14 | 121 | 5B | 2A |
| Octal | 252 | 12 | 314 | 21 | 137 | 0 | 24 | 441 | 133 | 52 |
| Binary | 10101010 | 1010 | 11001100 | 10001 | 1011111 | 0 | 10100 | 100100001 | 1011011 | 101010 |
Color Harmonies of #AA0ACC
Complementary color
Monochromatic Colors of #AA0ACC
Black with #AA0ACC
Text Example
Text Example
White with #AA0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0ACC; }
p { color: rgb(170,10,204); }
H1.HeaderClassName
{
color: #AA0ACC;
}
.AnyTagClassName
{
color: #AA0ACC;
}
</style>
background-color css
<style>
a { background-color: #AA0ACC; }
a { background-color: rgb(170,10,204); }
div.DivClassName
{
background-color: #AA0ACC;
}
.BgClassName
{
background-color: #AA0ACC;
}
</style>
border-color css
<style>
span { border-color: #AA0ACC; }
span { border-color: rgb(170,10,204); }
td.TdClassName
{
border-color: #AA0ACC;
}
.TagClassName
{
border-color: #AA0ACC;
}
</style>