Shades of Dark Violet #AA19E7
Tints of Dark Violet #AA19E7
RGB
CMYK
RGB Variations
Color information
#AA19E7 (or 0xAA19E7) is known color: Dark Violet. HEX triplet: AA, 19 and E7. RGB value is (170,25,231). Sum of RGB (Red+Green+Blue) = 170+25+231=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA19E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA19E7 is #55E618. Grayscale: #5B5B5B. Windows color (decimal): -5629465 or 15145386. OLE color: 15145386.
HSL color Cylindrical-coordinate representation of color #AA19E7: hue angle of 282.23º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA19E7 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 25 | 231 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.09 |
| HSL | 282.23º | 0.81% | 0.5% | - |
| HSV(B) | 282.23º | 0.89% | 0.91% | - |
| XYZ | 31.35 | 15.01 | 76.85 | - |
| YUV | 91.84 | 206.54 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 231 | 0.26 | 0.89 | 0 | 0.09 | 282.23 | 0.81 | 0.5 |
| Hex | AA | 19 | E7 | 1A | 59 | 0 | 9 | 11A | 51 | 32 |
| Octal | 252 | 31 | 347 | 32 | 131 | 0 | 11 | 432 | 121 | 62 |
| Binary | 10101010 | 11001 | 11100111 | 11010 | 1011001 | 0 | 1001 | 100011010 | 1010001 | 110010 |
Color Harmonies of #AA19E7
Complementary color
Monochromatic Colors of #AA19E7
Black with #AA19E7
Text Example
Text Example
White with #AA19E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA19E7; }
p { color: rgb(170,25,231); }
H1.HeaderClassName
{
color: #AA19E7;
}
.AnyTagClassName
{
color: #AA19E7;
}
</style>
background-color css
<style>
a { background-color: #AA19E7; }
a { background-color: rgb(170,25,231); }
div.DivClassName
{
background-color: #AA19E7;
}
.BgClassName
{
background-color: #AA19E7;
}
</style>
border-color css
<style>
span { border-color: #AA19E7; }
span { border-color: rgb(170,25,231); }
td.TdClassName
{
border-color: #AA19E7;
}
.TagClassName
{
border-color: #AA19E7;
}
</style>