Shades of Dark Violet #AA03E0
Tints of Dark Violet #AA03E0
RGB
CMYK
RGB Variations
Color information
#AA03E0 (or 0xAA03E0) is known color: Dark Violet. HEX triplet: AA, 03 and E0. RGB value is (170,3,224). Sum of RGB (Red+Green+Blue) = 170+3+224=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 224 (87.89% from 255 or 56.42% from 397); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA03E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA03E0 is #55FC1F. Grayscale: #4D4D4D. Windows color (decimal): -5635104 or 14681002. OLE color: 14681002.
HSL color Cylindrical-coordinate representation of color #AA03E0: hue angle of 285.34º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA03E0 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 3 | 224 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.12 |
| HSL | 285.34º | 0.97% | 0.45% | - |
| HSV(B) | 285.34º | 0.99% | 0.88% | - |
| XYZ | 30.06 | 13.99 | 71.64 | - |
| YUV | 78.13 | 210.33 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 224 | 0.24 | 0.99 | 0 | 0.12 | 285.34 | 0.97 | 0.45 |
| Hex | AA | 3 | E0 | 18 | 63 | 0 | C | 11D | 61 | 2D |
| Octal | 252 | 3 | 340 | 30 | 143 | 0 | 14 | 435 | 141 | 55 |
| Binary | 10101010 | 11 | 11100000 | 11000 | 1100011 | 0 | 1100 | 100011101 | 1100001 | 101101 |
Color Harmonies of #AA03E0
Complementary color
Monochromatic Colors of #AA03E0
Black with #AA03E0
Text Example
Text Example
White with #AA03E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA03E0; }
p { color: rgb(170,3,224); }
H1.HeaderClassName
{
color: #AA03E0;
}
.AnyTagClassName
{
color: #AA03E0;
}
</style>
background-color css
<style>
a { background-color: #AA03E0; }
a { background-color: rgb(170,3,224); }
div.DivClassName
{
background-color: #AA03E0;
}
.BgClassName
{
background-color: #AA03E0;
}
</style>
border-color css
<style>
span { border-color: #AA03E0; }
span { border-color: rgb(170,3,224); }
td.TdClassName
{
border-color: #AA03E0;
}
.TagClassName
{
border-color: #AA03E0;
}
</style>