Shades of Dark Violet #AA01E6
Tints of Dark Violet #AA01E6
RGB
CMYK
RGB Variations
Color information
#AA01E6 (or 0xAA01E6) is known color: Dark Violet. HEX triplet: AA, 01 and E6. RGB value is (170,1,230). Sum of RGB (Red+Green+Blue) = 170+1+230=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 230 (90.23% from 255 or 57.36% from 401); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA01E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA01E6 is #55FE19. Grayscale: #4C4C4C. Windows color (decimal): -5635610 or 15073706. OLE color: 15073706.
HSL color Cylindrical-coordinate representation of color #AA01E6: hue angle of 284.28º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA01E6 is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 1 | 230 | - |
| CMYK | 0.26 | 1.00 | 0 | 0.10 |
| HSL | 284.28º | 0.99% | 0.45% | - |
| HSV(B) | 284.28º | 1% | 0.9% | - |
| XYZ | 30.87 | 14.28 | 75.99 | - |
| YUV | 77.64 | 213.99 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 230 | 0.26 | 1.00 | 0 | 0.10 | 284.28 | 0.99 | 0.45 |
| Hex | AA | 1 | E6 | 1A | 64 | 0 | A | 11C | 63 | 2D |
| Octal | 252 | 1 | 346 | 32 | 144 | 0 | 12 | 434 | 143 | 55 |
| Binary | 10101010 | 1 | 11100110 | 11010 | 1100100 | 0 | 1010 | 100011100 | 1100011 | 101101 |
Color Harmonies of #AA01E6
Complementary color
Monochromatic Colors of #AA01E6
Black with #AA01E6
Text Example
Text Example
White with #AA01E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA01E6; }
p { color: rgb(170,1,230); }
H1.HeaderClassName
{
color: #AA01E6;
}
.AnyTagClassName
{
color: #AA01E6;
}
</style>
background-color css
<style>
a { background-color: #AA01E6; }
a { background-color: rgb(170,1,230); }
div.DivClassName
{
background-color: #AA01E6;
}
.BgClassName
{
background-color: #AA01E6;
}
</style>
border-color css
<style>
span { border-color: #AA01E6; }
span { border-color: rgb(170,1,230); }
td.TdClassName
{
border-color: #AA01E6;
}
.TagClassName
{
border-color: #AA01E6;
}
</style>