Shades of Dark Violet #AA12E6
Tints of Dark Violet #AA12E6
RGB
CMYK
RGB Variations
Color information
#AA12E6 (or 0xAA12E6) is known color: Dark Violet. HEX triplet: AA, 12 and E6. RGB value is (170,18,230). Sum of RGB (Red+Green+Blue) = 170+18+230=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 230 (90.23% from 255 or 55.02% from 418); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA12E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA12E6 is #55ED19. Grayscale: #565656. Windows color (decimal): -5631258 or 15078058. OLE color: 15078058.
HSL color Cylindrical-coordinate representation of color #AA12E6: hue angle of 283.02º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA12E6 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 18 | 230 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.10 |
| HSL | 283.02º | 0.85% | 0.49% | - |
| HSV(B) | 283.02º | 0.92% | 0.9% | - |
| XYZ | 31.08 | 14.69 | 76.06 | - |
| YUV | 87.62 | 208.36 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 230 | 0.26 | 0.92 | 0 | 0.10 | 283.02 | 0.85 | 0.49 |
| Hex | AA | 12 | E6 | 1A | 5C | 0 | A | 11B | 55 | 31 |
| Octal | 252 | 22 | 346 | 32 | 134 | 0 | 12 | 433 | 125 | 61 |
| Binary | 10101010 | 10010 | 11100110 | 11010 | 1011100 | 0 | 1010 | 100011011 | 1010101 | 110001 |
Color Harmonies of #AA12E6
Complementary color
Monochromatic Colors of #AA12E6
Black with #AA12E6
Text Example
Text Example
White with #AA12E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA12E6; }
p { color: rgb(170,18,230); }
H1.HeaderClassName
{
color: #AA12E6;
}
.AnyTagClassName
{
color: #AA12E6;
}
</style>
background-color css
<style>
a { background-color: #AA12E6; }
a { background-color: rgb(170,18,230); }
div.DivClassName
{
background-color: #AA12E6;
}
.BgClassName
{
background-color: #AA12E6;
}
</style>
border-color css
<style>
span { border-color: #AA12E6; }
span { border-color: rgb(170,18,230); }
td.TdClassName
{
border-color: #AA12E6;
}
.TagClassName
{
border-color: #AA12E6;
}
</style>