Shades of Dark Violet #AA07E5
Tints of Dark Violet #AA07E5
RGB
CMYK
RGB Variations
Color information
#AA07E5 (or 0xAA07E5) is known color: Dark Violet. HEX triplet: AA, 07 and E5. RGB value is (170,7,229). Sum of RGB (Red+Green+Blue) = 170+7+229=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA07E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA07E5 is #55F81A. Grayscale: #505050. Windows color (decimal): -5634075 or 15009706. OLE color: 15009706.
HSL color Cylindrical-coordinate representation of color #AA07E5: hue angle of 284.05º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA07E5 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 7 | 229 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.10 |
| HSL | 284.05º | 0.94% | 0.46% | - |
| HSV(B) | 284.05º | 0.97% | 0.9% | - |
| XYZ | 30.8 | 14.36 | 75.28 | - |
| YUV | 81.05 | 211.5 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 229 | 0.26 | 0.97 | 0 | 0.10 | 284.05 | 0.94 | 0.46 |
| Hex | AA | 7 | E5 | 1A | 61 | 0 | A | 11C | 5E | 2E |
| Octal | 252 | 7 | 345 | 32 | 141 | 0 | 12 | 434 | 136 | 56 |
| Binary | 10101010 | 111 | 11100101 | 11010 | 1100001 | 0 | 1010 | 100011100 | 1011110 | 101110 |
Color Harmonies of #AA07E5
Complementary color
Monochromatic Colors of #AA07E5
Black with #AA07E5
Text Example
Text Example
White with #AA07E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA07E5; }
p { color: rgb(170,7,229); }
H1.HeaderClassName
{
color: #AA07E5;
}
.AnyTagClassName
{
color: #AA07E5;
}
</style>
background-color css
<style>
a { background-color: #AA07E5; }
a { background-color: rgb(170,7,229); }
div.DivClassName
{
background-color: #AA07E5;
}
.BgClassName
{
background-color: #AA07E5;
}
</style>
border-color css
<style>
span { border-color: #AA07E5; }
span { border-color: rgb(170,7,229); }
td.TdClassName
{
border-color: #AA07E5;
}
.TagClassName
{
border-color: #AA07E5;
}
</style>