Shades of Dark Violet #AA12D1
Tints of Dark Violet #AA12D1
RGB
CMYK
RGB Variations
Color information
#AA12D1 (or 0xAA12D1) is known color: Dark Violet. HEX triplet: AA, 12 and D1. RGB value is (170,18,209). Sum of RGB (Red+Green+Blue) = 170+18+209=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA12D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12D1 is #55ED2E. Grayscale: #545454. Windows color (decimal): -5631279 or 13701802. OLE color: 13701802.
HSL color Cylindrical-coordinate representation of color #AA12D1: hue angle of 287.75º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA12D1 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 18 | 209 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.18 |
| HSL | 287.75º | 0.84% | 0.45% | - |
| HSV(B) | 287.75º | 0.91% | 0.82% | - |
| XYZ | 28.3 | 13.58 | 61.45 | - |
| YUV | 85.22 | 197.86 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 209 | 0.19 | 0.91 | 0 | 0.18 | 287.75 | 0.84 | 0.45 |
| Hex | AA | 12 | D1 | 13 | 5B | 0 | 12 | 120 | 54 | 2D |
| Octal | 252 | 22 | 321 | 23 | 133 | 0 | 22 | 440 | 124 | 55 |
| Binary | 10101010 | 10010 | 11010001 | 10011 | 1011011 | 0 | 10010 | 100100000 | 1010100 | 101101 |
Color Harmonies of #AA12D1
Complementary color
Monochromatic Colors of #AA12D1
Black with #AA12D1
Text Example
Text Example
White with #AA12D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA12D1; }
p { color: rgb(170,18,209); }
H1.HeaderClassName
{
color: #AA12D1;
}
.AnyTagClassName
{
color: #AA12D1;
}
</style>
background-color css
<style>
a { background-color: #AA12D1; }
a { background-color: rgb(170,18,209); }
div.DivClassName
{
background-color: #AA12D1;
}
.BgClassName
{
background-color: #AA12D1;
}
</style>
border-color css
<style>
span { border-color: #AA12D1; }
span { border-color: rgb(170,18,209); }
td.TdClassName
{
border-color: #AA12D1;
}
.TagClassName
{
border-color: #AA12D1;
}
</style>