Shades of Dark Violet #AA15E3
Tints of Dark Violet #AA15E3
RGB
CMYK
RGB Variations
Color information
#AA15E3 (or 0xAA15E3) is known color: Dark Violet. HEX triplet: AA, 15 and E3. RGB value is (170,21,227). Sum of RGB (Red+Green+Blue) = 170+21+227=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 227 (89.06% from 255 or 54.31% from 418); Max value from RGB is 227 - color contains mainly: blue. Hex color #AA15E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15E3 is #55EA1C. Grayscale: #585858. Windows color (decimal): -5630493 or 14882218. OLE color: 14882218.
HSL color Cylindrical-coordinate representation of color #AA15E3: hue angle of 283.4º 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 #AA15E3 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 21 | 227 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.11 |
| HSL | 283.4º | 0.83% | 0.49% | - |
| HSV(B) | 283.4º | 0.91% | 0.89% | - |
| XYZ | 30.71 | 14.63 | 73.88 | - |
| YUV | 89.04 | 205.86 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 227 | 0.25 | 0.91 | 0 | 0.11 | 283.4 | 0.83 | 0.49 |
| Hex | AA | 15 | E3 | 19 | 5B | 0 | B | 11B | 53 | 31 |
| Octal | 252 | 25 | 343 | 31 | 133 | 0 | 13 | 433 | 123 | 61 |
| Binary | 10101010 | 10101 | 11100011 | 11001 | 1011011 | 0 | 1011 | 100011011 | 1010011 | 110001 |
Color Harmonies of #AA15E3
Complementary color
Monochromatic Colors of #AA15E3
Black with #AA15E3
Text Example
Text Example
White with #AA15E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15E3; }
p { color: rgb(170,21,227); }
H1.HeaderClassName
{
color: #AA15E3;
}
.AnyTagClassName
{
color: #AA15E3;
}
</style>
background-color css
<style>
a { background-color: #AA15E3; }
a { background-color: rgb(170,21,227); }
div.DivClassName
{
background-color: #AA15E3;
}
.BgClassName
{
background-color: #AA15E3;
}
</style>
border-color css
<style>
span { border-color: #AA15E3; }
span { border-color: rgb(170,21,227); }
td.TdClassName
{
border-color: #AA15E3;
}
.TagClassName
{
border-color: #AA15E3;
}
</style>