Shades of Dark Violet #AA04E6
Tints of Dark Violet #AA04E6
RGB
CMYK
RGB Variations
Color information
#AA04E6 (or 0xAA04E6) is known color: Dark Violet. HEX triplet: AA, 04 and E6. RGB value is (170,4,230). Sum of RGB (Red+Green+Blue) = 170+4+230=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 230 (90.23% from 255 or 56.93% from 404); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA04E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA04E6 is #55FB19. Grayscale: #4E4E4E. Windows color (decimal): -5634842 or 15074474. OLE color: 15074474.
HSL color Cylindrical-coordinate representation of color #AA04E6: hue angle of 284.07º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04E6 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 4 | 230 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.10 |
| HSL | 284.07º | 0.97% | 0.46% | - |
| HSV(B) | 284.07º | 0.98% | 0.9% | - |
| XYZ | 30.9 | 14.35 | 76 | - |
| YUV | 79.4 | 213 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 230 | 0.26 | 0.98 | 0 | 0.10 | 284.07 | 0.97 | 0.46 |
| Hex | AA | 4 | E6 | 1A | 62 | 0 | A | 11C | 61 | 2E |
| Octal | 252 | 4 | 346 | 32 | 142 | 0 | 12 | 434 | 141 | 56 |
| Binary | 10101010 | 100 | 11100110 | 11010 | 1100010 | 0 | 1010 | 100011100 | 1100001 | 101110 |
Color Harmonies of #AA04E6
Complementary color
Monochromatic Colors of #AA04E6
Black with #AA04E6
Text Example
Text Example
White with #AA04E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA04E6; }
p { color: rgb(170,4,230); }
H1.HeaderClassName
{
color: #AA04E6;
}
.AnyTagClassName
{
color: #AA04E6;
}
</style>
background-color css
<style>
a { background-color: #AA04E6; }
a { background-color: rgb(170,4,230); }
div.DivClassName
{
background-color: #AA04E6;
}
.BgClassName
{
background-color: #AA04E6;
}
</style>
border-color css
<style>
span { border-color: #AA04E6; }
span { border-color: rgb(170,4,230); }
td.TdClassName
{
border-color: #AA04E6;
}
.TagClassName
{
border-color: #AA04E6;
}
</style>