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