Shades of Dark Violet #AA15DE
Tints of Dark Violet #AA15DE
RGB
CMYK
RGB Variations
Color information
#AA15DE (or 0xAA15DE) is known color: Dark Violet. HEX triplet: AA, 15 and DE. RGB value is (170,21,222). Sum of RGB (Red+Green+Blue) = 170+21+222=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA15DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15DE is #55EA21. Grayscale: #575757. Windows color (decimal): -5630498 or 14554538. OLE color: 14554538.
HSL color Cylindrical-coordinate representation of color #AA15DE: hue angle of 284.48º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA15DE is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 21 | 222 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.13 |
| HSL | 284.48º | 0.83% | 0.48% | - |
| HSV(B) | 284.48º | 0.91% | 0.87% | - |
| XYZ | 30.03 | 14.36 | 70.3 | - |
| YUV | 88.47 | 203.36 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 222 | 0.23 | 0.91 | 0 | 0.13 | 284.48 | 0.83 | 0.48 |
| Hex | AA | 15 | DE | 17 | 5B | 0 | D | 11C | 53 | 30 |
| Octal | 252 | 25 | 336 | 27 | 133 | 0 | 15 | 434 | 123 | 60 |
| Binary | 10101010 | 10101 | 11011110 | 10111 | 1011011 | 0 | 1101 | 100011100 | 1010011 | 110000 |
Color Harmonies of #AA15DE
Complementary color
Monochromatic Colors of #AA15DE
Black with #AA15DE
Text Example
Text Example
White with #AA15DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15DE; }
p { color: rgb(170,21,222); }
H1.HeaderClassName
{
color: #AA15DE;
}
.AnyTagClassName
{
color: #AA15DE;
}
</style>
background-color css
<style>
a { background-color: #AA15DE; }
a { background-color: rgb(170,21,222); }
div.DivClassName
{
background-color: #AA15DE;
}
.BgClassName
{
background-color: #AA15DE;
}
</style>
border-color css
<style>
span { border-color: #AA15DE; }
span { border-color: rgb(170,21,222); }
td.TdClassName
{
border-color: #AA15DE;
}
.TagClassName
{
border-color: #AA15DE;
}
</style>