Shades of Dark Violet #AA04E7
Tints of Dark Violet #AA04E7
RGB
CMYK
RGB Variations
Color information
#AA04E7 (or 0xAA04E7) is known color: Dark Violet. HEX triplet: AA, 04 and E7. RGB value is (170,4,231). Sum of RGB (Red+Green+Blue) = 170+4+231=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 231 (90.62% from 255 or 57.04% from 405); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA04E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA04E7 is #55FB18. Grayscale: #4E4E4E. Windows color (decimal): -5634841 or 15140010. OLE color: 15140010.
HSL color Cylindrical-coordinate representation of color #AA04E7: hue angle of 283.88º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04E7 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 4 | 231 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.09 |
| HSL | 283.88º | 0.97% | 0.46% | - |
| HSV(B) | 283.88º | 0.98% | 0.91% | - |
| XYZ | 31.04 | 14.4 | 76.75 | - |
| YUV | 79.51 | 213.5 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 231 | 0.26 | 0.98 | 0 | 0.09 | 283.88 | 0.97 | 0.46 |
| Hex | AA | 4 | E7 | 1A | 62 | 0 | 9 | 11C | 61 | 2E |
| Octal | 252 | 4 | 347 | 32 | 142 | 0 | 11 | 434 | 141 | 56 |
| Binary | 10101010 | 100 | 11100111 | 11010 | 1100010 | 0 | 1001 | 100011100 | 1100001 | 101110 |
Color Harmonies of #AA04E7
Complementary color
Monochromatic Colors of #AA04E7
Black with #AA04E7
Text Example
Text Example
White with #AA04E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA04E7; }
p { color: rgb(170,4,231); }
H1.HeaderClassName
{
color: #AA04E7;
}
.AnyTagClassName
{
color: #AA04E7;
}
</style>
background-color css
<style>
a { background-color: #AA04E7; }
a { background-color: rgb(170,4,231); }
div.DivClassName
{
background-color: #AA04E7;
}
.BgClassName
{
background-color: #AA04E7;
}
</style>
border-color css
<style>
span { border-color: #AA04E7; }
span { border-color: rgb(170,4,231); }
td.TdClassName
{
border-color: #AA04E7;
}
.TagClassName
{
border-color: #AA04E7;
}
</style>