Shades of Dark Violet #AA11CC
Tints of Dark Violet #AA11CC
RGB
CMYK
RGB Variations
Color information
#AA11CC (or 0xAA11CC) is known color: Dark Violet. HEX triplet: AA, 11 and CC. RGB value is (170,17,204). Sum of RGB (Red+Green+Blue) = 170+17+204=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA11CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA11CC is #55EE33. Grayscale: #535353. Windows color (decimal): -5631540 or 13373866. OLE color: 13373866.
HSL color Cylindrical-coordinate representation of color #AA11CC: hue angle of 289.09º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA11CC is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 17 | 204 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.2 |
| HSL | 289.09º | 0.85% | 0.43% | - |
| HSV(B) | 289.09º | 0.92% | 0.8% | - |
| XYZ | 27.68 | 13.31 | 58.24 | - |
| YUV | 84.07 | 195.69 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 204 | 0.17 | 0.92 | 0 | 0.2 | 289.09 | 0.85 | 0.43 |
| Hex | AA | 11 | CC | 11 | 5C | 0 | 14 | 121 | 55 | 2B |
| Octal | 252 | 21 | 314 | 21 | 134 | 0 | 24 | 441 | 125 | 53 |
| Binary | 10101010 | 10001 | 11001100 | 10001 | 1011100 | 0 | 10100 | 100100001 | 1010101 | 101011 |
Color Harmonies of #AA11CC
Complementary color
Monochromatic Colors of #AA11CC
Black with #AA11CC
Text Example
Text Example
White with #AA11CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA11CC; }
p { color: rgb(170,17,204); }
H1.HeaderClassName
{
color: #AA11CC;
}
.AnyTagClassName
{
color: #AA11CC;
}
</style>
background-color css
<style>
a { background-color: #AA11CC; }
a { background-color: rgb(170,17,204); }
div.DivClassName
{
background-color: #AA11CC;
}
.BgClassName
{
background-color: #AA11CC;
}
</style>
border-color css
<style>
span { border-color: #AA11CC; }
span { border-color: rgb(170,17,204); }
td.TdClassName
{
border-color: #AA11CC;
}
.TagClassName
{
border-color: #AA11CC;
}
</style>