Shades of Dark Violet #AA15E4
Tints of Dark Violet #AA15E4
RGB
CMYK
RGB Variations
Color information
#AA15E4 (or 0xAA15E4) is known color: Dark Violet. HEX triplet: AA, 15 and E4. RGB value is (170,21,228). Sum of RGB (Red+Green+Blue) = 170+21+228=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 228 (89.45% from 255 or 54.42% from 419); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA15E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15E4 is #55EA1B. Grayscale: #585858. Windows color (decimal): -5630492 or 14947754. OLE color: 14947754.
HSL color Cylindrical-coordinate representation of color #AA15E4: hue angle of 283.19º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA15E4 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 21 | 228 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.11 |
| HSL | 283.19º | 0.83% | 0.49% | - |
| HSV(B) | 283.19º | 0.91% | 0.89% | - |
| XYZ | 30.85 | 14.68 | 74.61 | - |
| YUV | 89.15 | 206.36 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 228 | 0.25 | 0.91 | 0 | 0.11 | 283.19 | 0.83 | 0.49 |
| Hex | AA | 15 | E4 | 19 | 5B | 0 | B | 11B | 53 | 31 |
| Octal | 252 | 25 | 344 | 31 | 133 | 0 | 13 | 433 | 123 | 61 |
| Binary | 10101010 | 10101 | 11100100 | 11001 | 1011011 | 0 | 1011 | 100011011 | 1010011 | 110001 |
Color Harmonies of #AA15E4
Complementary color
Monochromatic Colors of #AA15E4
Black with #AA15E4
Text Example
Text Example
White with #AA15E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15E4; }
p { color: rgb(170,21,228); }
H1.HeaderClassName
{
color: #AA15E4;
}
.AnyTagClassName
{
color: #AA15E4;
}
</style>
background-color css
<style>
a { background-color: #AA15E4; }
a { background-color: rgb(170,21,228); }
div.DivClassName
{
background-color: #AA15E4;
}
.BgClassName
{
background-color: #AA15E4;
}
</style>
border-color css
<style>
span { border-color: #AA15E4; }
span { border-color: rgb(170,21,228); }
td.TdClassName
{
border-color: #AA15E4;
}
.TagClassName
{
border-color: #AA15E4;
}
</style>