Shades of Dark Violet #AA10CC
Tints of Dark Violet #AA10CC
RGB
CMYK
RGB Variations
Color information
#AA10CC (or 0xAA10CC) is known color: Dark Violet. HEX triplet: AA, 10 and CC. RGB value is (170,16,204). Sum of RGB (Red+Green+Blue) = 170+16+204=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA10CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10CC is #55EF33. Grayscale: #525252. Windows color (decimal): -5631796 or 13373610. OLE color: 13373610.
HSL color Cylindrical-coordinate representation of color #AA10CC: hue angle of 289.15º 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 #AA10CC is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 16 | 204 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.2 |
| HSL | 289.15º | 0.85% | 0.43% | - |
| HSV(B) | 289.15º | 0.92% | 0.8% | - |
| XYZ | 27.66 | 13.28 | 58.23 | - |
| YUV | 83.48 | 196.02 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 204 | 0.17 | 0.92 | 0 | 0.2 | 289.15 | 0.85 | 0.43 |
| Hex | AA | 10 | CC | 11 | 5C | 0 | 14 | 121 | 55 | 2B |
| Octal | 252 | 20 | 314 | 21 | 134 | 0 | 24 | 441 | 125 | 53 |
| Binary | 10101010 | 10000 | 11001100 | 10001 | 1011100 | 0 | 10100 | 100100001 | 1010101 | 101011 |
Color Harmonies of #AA10CC
Complementary color
Monochromatic Colors of #AA10CC
Black with #AA10CC
Text Example
Text Example
White with #AA10CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA10CC; }
p { color: rgb(170,16,204); }
H1.HeaderClassName
{
color: #AA10CC;
}
.AnyTagClassName
{
color: #AA10CC;
}
</style>
background-color css
<style>
a { background-color: #AA10CC; }
a { background-color: rgb(170,16,204); }
div.DivClassName
{
background-color: #AA10CC;
}
.BgClassName
{
background-color: #AA10CC;
}
</style>
border-color css
<style>
span { border-color: #AA10CC; }
span { border-color: rgb(170,16,204); }
td.TdClassName
{
border-color: #AA10CC;
}
.TagClassName
{
border-color: #AA10CC;
}
</style>