Shades of Dark Violet #AA05E4
Tints of Dark Violet #AA05E4
RGB
CMYK
RGB Variations
Color information
#AA05E4 (or 0xAA05E4) is known color: Dark Violet. HEX triplet: AA, 05 and E4. RGB value is (170,5,228). Sum of RGB (Red+Green+Blue) = 170+5+228=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 228 (89.45% from 255 or 56.58% from 403); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA05E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA05E4 is #55FA1B. Grayscale: #4F4F4F. Windows color (decimal): -5634588 or 14943658. OLE color: 14943658.
HSL color Cylindrical-coordinate representation of color #AA05E4: hue angle of 284.39º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA05E4 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 5 | 228 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.11 |
| HSL | 284.39º | 0.96% | 0.46% | - |
| HSV(B) | 284.39º | 0.98% | 0.89% | - |
| XYZ | 30.64 | 14.26 | 74.54 | - |
| YUV | 79.76 | 211.66 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 228 | 0.25 | 0.98 | 0 | 0.11 | 284.39 | 0.96 | 0.46 |
| Hex | AA | 5 | E4 | 19 | 62 | 0 | B | 11C | 60 | 2E |
| Octal | 252 | 5 | 344 | 31 | 142 | 0 | 13 | 434 | 140 | 56 |
| Binary | 10101010 | 101 | 11100100 | 11001 | 1100010 | 0 | 1011 | 100011100 | 1100000 | 101110 |
Color Harmonies of #AA05E4
Complementary color
Monochromatic Colors of #AA05E4
Black with #AA05E4
Text Example
Text Example
White with #AA05E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA05E4; }
p { color: rgb(170,5,228); }
H1.HeaderClassName
{
color: #AA05E4;
}
.AnyTagClassName
{
color: #AA05E4;
}
</style>
background-color css
<style>
a { background-color: #AA05E4; }
a { background-color: rgb(170,5,228); }
div.DivClassName
{
background-color: #AA05E4;
}
.BgClassName
{
background-color: #AA05E4;
}
</style>
border-color css
<style>
span { border-color: #AA05E4; }
span { border-color: rgb(170,5,228); }
td.TdClassName
{
border-color: #AA05E4;
}
.TagClassName
{
border-color: #AA05E4;
}
</style>