Shades of Dark Violet #AA12E5
Tints of Dark Violet #AA12E5
RGB
CMYK
RGB Variations
Color information
#AA12E5 (or 0xAA12E5) is known color: Dark Violet. HEX triplet: AA, 12 and E5. RGB value is (170,18,229). Sum of RGB (Red+Green+Blue) = 170+18+229=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 229 (89.84% from 255 or 54.92% from 417); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA12E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12E5 is #55ED1A. Grayscale: #565656. Windows color (decimal): -5631259 or 15012522. OLE color: 15012522.
HSL color Cylindrical-coordinate representation of color #AA12E5: hue angle of 283.22º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA12E5 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 18 | 229 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.10 |
| HSL | 283.22º | 0.85% | 0.48% | - |
| HSV(B) | 283.22º | 0.92% | 0.9% | - |
| XYZ | 30.94 | 14.64 | 75.32 | - |
| YUV | 87.5 | 207.86 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 229 | 0.26 | 0.92 | 0 | 0.10 | 283.22 | 0.85 | 0.48 |
| Hex | AA | 12 | E5 | 1A | 5C | 0 | A | 11B | 55 | 30 |
| Octal | 252 | 22 | 345 | 32 | 134 | 0 | 12 | 433 | 125 | 60 |
| Binary | 10101010 | 10010 | 11100101 | 11010 | 1011100 | 0 | 1010 | 100011011 | 1010101 | 110000 |
Color Harmonies of #AA12E5
Complementary color
Monochromatic Colors of #AA12E5
Black with #AA12E5
Text Example
Text Example
White with #AA12E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA12E5; }
p { color: rgb(170,18,229); }
H1.HeaderClassName
{
color: #AA12E5;
}
.AnyTagClassName
{
color: #AA12E5;
}
</style>
background-color css
<style>
a { background-color: #AA12E5; }
a { background-color: rgb(170,18,229); }
div.DivClassName
{
background-color: #AA12E5;
}
.BgClassName
{
background-color: #AA12E5;
}
</style>
border-color css
<style>
span { border-color: #AA12E5; }
span { border-color: rgb(170,18,229); }
td.TdClassName
{
border-color: #AA12E5;
}
.TagClassName
{
border-color: #AA12E5;
}
</style>