Shades of Dark Violet #AA15D7
Tints of Dark Violet #AA15D7
RGB
CMYK
RGB Variations
Color information
#AA15D7 (or 0xAA15D7) is known color: Dark Violet. HEX triplet: AA, 15 and D7. RGB value is (170,21,215). Sum of RGB (Red+Green+Blue) = 170+21+215=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 215 (84.38% from 255 or 52.96% from 406); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA15D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15D7 is #55EA28. Grayscale: #575757. Windows color (decimal): -5630505 or 14095786. OLE color: 14095786.
HSL color Cylindrical-coordinate representation of color #AA15D7: hue angle of 286.08º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA15D7 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 21 | 215 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.16 |
| HSL | 286.08º | 0.82% | 0.46% | - |
| HSV(B) | 286.08º | 0.9% | 0.84% | - |
| XYZ | 29.11 | 13.99 | 65.46 | - |
| YUV | 87.67 | 199.86 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 215 | 0.21 | 0.90 | 0 | 0.16 | 286.08 | 0.82 | 0.46 |
| Hex | AA | 15 | D7 | 15 | 5A | 0 | 10 | 11E | 52 | 2E |
| Octal | 252 | 25 | 327 | 25 | 132 | 0 | 20 | 436 | 122 | 56 |
| Binary | 10101010 | 10101 | 11010111 | 10101 | 1011010 | 0 | 10000 | 100011110 | 1010010 | 101110 |
Color Harmonies of #AA15D7
Complementary color
Monochromatic Colors of #AA15D7
Black with #AA15D7
Text Example
Text Example
White with #AA15D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15D7; }
p { color: rgb(170,21,215); }
H1.HeaderClassName
{
color: #AA15D7;
}
.AnyTagClassName
{
color: #AA15D7;
}
</style>
background-color css
<style>
a { background-color: #AA15D7; }
a { background-color: rgb(170,21,215); }
div.DivClassName
{
background-color: #AA15D7;
}
.BgClassName
{
background-color: #AA15D7;
}
</style>
border-color css
<style>
span { border-color: #AA15D7; }
span { border-color: rgb(170,21,215); }
td.TdClassName
{
border-color: #AA15D7;
}
.TagClassName
{
border-color: #AA15D7;
}
</style>