Shades of Dark Violet #AA0BCC
Tints of Dark Violet #AA0BCC
RGB
CMYK
RGB Variations
Color information
#AA0BCC (or 0xAA0BCC) is known color: Dark Violet. HEX triplet: AA, 0B and CC. RGB value is (170,11,204). Sum of RGB (Red+Green+Blue) = 170+11+204=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA0BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0BCC is #55F433. Grayscale: #4F4F4F. Windows color (decimal): -5633076 or 13372330. OLE color: 13372330.
HSL color Cylindrical-coordinate representation of color #AA0BCC: hue angle of 289.43º degrees, saturation: 0.9, 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 #AA0BCC is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 11 | 204 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.2 |
| HSL | 289.43º | 0.9% | 0.42% | - |
| HSV(B) | 289.43º | 0.95% | 0.8% | - |
| XYZ | 27.6 | 13.15 | 58.21 | - |
| YUV | 80.54 | 197.68 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 204 | 0.17 | 0.95 | 0 | 0.2 | 289.43 | 0.9 | 0.42 |
| Hex | AA | B | CC | 11 | 5F | 0 | 14 | 121 | 5A | 2A |
| Octal | 252 | 13 | 314 | 21 | 137 | 0 | 24 | 441 | 132 | 52 |
| Binary | 10101010 | 1011 | 11001100 | 10001 | 1011111 | 0 | 10100 | 100100001 | 1011010 | 101010 |
Color Harmonies of #AA0BCC
Complementary color
Monochromatic Colors of #AA0BCC
Black with #AA0BCC
Text Example
Text Example
White with #AA0BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0BCC; }
p { color: rgb(170,11,204); }
H1.HeaderClassName
{
color: #AA0BCC;
}
.AnyTagClassName
{
color: #AA0BCC;
}
</style>
background-color css
<style>
a { background-color: #AA0BCC; }
a { background-color: rgb(170,11,204); }
div.DivClassName
{
background-color: #AA0BCC;
}
.BgClassName
{
background-color: #AA0BCC;
}
</style>
border-color css
<style>
span { border-color: #AA0BCC; }
span { border-color: rgb(170,11,204); }
td.TdClassName
{
border-color: #AA0BCC;
}
.TagClassName
{
border-color: #AA0BCC;
}
</style>