Shades of Dark Violet #AA03E5
Tints of Dark Violet #AA03E5
RGB
CMYK
RGB Variations
Color information
#AA03E5 (or 0xAA03E5) is known color: Dark Violet. HEX triplet: AA, 03 and E5. RGB value is (170,3,229). Sum of RGB (Red+Green+Blue) = 170+3+229=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 3 (1.56% from 255 or 0.75% from 402); Blue value is 229 (89.84% from 255 or 56.97% from 402); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA03E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA03E5 is #55FC1A. Grayscale: #4D4D4D. Windows color (decimal): -5635099 or 15008682. OLE color: 15008682.
HSL color Cylindrical-coordinate representation of color #AA03E5: hue angle of 284.34º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA03E5 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 3 | 229 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.10 |
| HSL | 284.34º | 0.97% | 0.45% | - |
| HSV(B) | 284.34º | 0.99% | 0.9% | - |
| XYZ | 30.75 | 14.27 | 75.26 | - |
| YUV | 78.7 | 212.83 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 229 | 0.26 | 0.99 | 0 | 0.10 | 284.34 | 0.97 | 0.45 |
| Hex | AA | 3 | E5 | 1A | 63 | 0 | A | 11C | 61 | 2D |
| Octal | 252 | 3 | 345 | 32 | 143 | 0 | 12 | 434 | 141 | 55 |
| Binary | 10101010 | 11 | 11100101 | 11010 | 1100011 | 0 | 1010 | 100011100 | 1100001 | 101101 |
Color Harmonies of #AA03E5
Complementary color
Monochromatic Colors of #AA03E5
Black with #AA03E5
Text Example
Text Example
White with #AA03E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA03E5; }
p { color: rgb(170,3,229); }
H1.HeaderClassName
{
color: #AA03E5;
}
.AnyTagClassName
{
color: #AA03E5;
}
</style>
background-color css
<style>
a { background-color: #AA03E5; }
a { background-color: rgb(170,3,229); }
div.DivClassName
{
background-color: #AA03E5;
}
.BgClassName
{
background-color: #AA03E5;
}
</style>
border-color css
<style>
span { border-color: #AA03E5; }
span { border-color: rgb(170,3,229); }
td.TdClassName
{
border-color: #AA03E5;
}
.TagClassName
{
border-color: #AA03E5;
}
</style>