Shades of Dark Violet #AA01E4
Tints of Dark Violet #AA01E4
RGB
CMYK
RGB Variations
Color information
#AA01E4 (or 0xAA01E4) is known color: Dark Violet. HEX triplet: AA, 01 and E4. RGB value is (170,1,228). Sum of RGB (Red+Green+Blue) = 170+1+228=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 228 (89.45% from 255 or 57.14% from 399); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA01E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA01E4 is #55FE1B. Grayscale: #4C4C4C. Windows color (decimal): -5635612 or 14942634. OLE color: 14942634.
HSL color Cylindrical-coordinate representation of color #AA01E4: hue angle of 284.67º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA01E4 is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 1 | 228 | - |
| CMYK | 0.25 | 1.00 | 0 | 0.11 |
| HSL | 284.67º | 0.99% | 0.45% | - |
| HSV(B) | 284.67º | 1% | 0.89% | - |
| XYZ | 30.59 | 14.17 | 74.52 | - |
| YUV | 77.41 | 212.99 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 228 | 0.25 | 1.00 | 0 | 0.11 | 284.67 | 0.99 | 0.45 |
| Hex | AA | 1 | E4 | 19 | 64 | 0 | B | 11D | 63 | 2D |
| Octal | 252 | 1 | 344 | 31 | 144 | 0 | 13 | 435 | 143 | 55 |
| Binary | 10101010 | 1 | 11100100 | 11001 | 1100100 | 0 | 1011 | 100011101 | 1100011 | 101101 |
Color Harmonies of #AA01E4
Complementary color
Monochromatic Colors of #AA01E4
Black with #AA01E4
Text Example
Text Example
White with #AA01E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA01E4; }
p { color: rgb(170,1,228); }
H1.HeaderClassName
{
color: #AA01E4;
}
.AnyTagClassName
{
color: #AA01E4;
}
</style>
background-color css
<style>
a { background-color: #AA01E4; }
a { background-color: rgb(170,1,228); }
div.DivClassName
{
background-color: #AA01E4;
}
.BgClassName
{
background-color: #AA01E4;
}
</style>
border-color css
<style>
span { border-color: #AA01E4; }
span { border-color: rgb(170,1,228); }
td.TdClassName
{
border-color: #AA01E4;
}
.TagClassName
{
border-color: #AA01E4;
}
</style>