Shades of Dark Violet #AA12CC
Tints of Dark Violet #AA12CC
RGB
CMYK
RGB Variations
Color information
#AA12CC (or 0xAA12CC) is known color: Dark Violet. HEX triplet: AA, 12 and CC. RGB value is (170,18,204). Sum of RGB (Red+Green+Blue) = 170+18+204=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA12CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12CC is #55ED33. Grayscale: #545454. Windows color (decimal): -5631284 or 13374122. OLE color: 13374122.
HSL color Cylindrical-coordinate representation of color #AA12CC: hue angle of 289.03º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA12CC is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 18 | 204 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.2 |
| HSL | 289.03º | 0.84% | 0.44% | - |
| HSV(B) | 289.03º | 0.91% | 0.8% | - |
| XYZ | 27.69 | 13.34 | 58.24 | - |
| YUV | 84.65 | 195.36 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 204 | 0.17 | 0.91 | 0 | 0.2 | 289.03 | 0.84 | 0.44 |
| Hex | AA | 12 | CC | 11 | 5B | 0 | 14 | 121 | 54 | 2C |
| Octal | 252 | 22 | 314 | 21 | 133 | 0 | 24 | 441 | 124 | 54 |
| Binary | 10101010 | 10010 | 11001100 | 10001 | 1011011 | 0 | 10100 | 100100001 | 1010100 | 101100 |
Color Harmonies of #AA12CC
Complementary color
Monochromatic Colors of #AA12CC
Black with #AA12CC
Text Example
Text Example
White with #AA12CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA12CC; }
p { color: rgb(170,18,204); }
H1.HeaderClassName
{
color: #AA12CC;
}
.AnyTagClassName
{
color: #AA12CC;
}
</style>
background-color css
<style>
a { background-color: #AA12CC; }
a { background-color: rgb(170,18,204); }
div.DivClassName
{
background-color: #AA12CC;
}
.BgClassName
{
background-color: #AA12CC;
}
</style>
border-color css
<style>
span { border-color: #AA12CC; }
span { border-color: rgb(170,18,204); }
td.TdClassName
{
border-color: #AA12CC;
}
.TagClassName
{
border-color: #AA12CC;
}
</style>