Shades of Dark Violet #AA15D6
Tints of Dark Violet #AA15D6
RGB
CMYK
RGB Variations
Color information
#AA15D6 (or 0xAA15D6) is known color: Dark Violet. HEX triplet: AA, 15 and D6. RGB value is (170,21,214). Sum of RGB (Red+Green+Blue) = 170+21+214=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 214 (83.98% from 255 or 52.84% from 405); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA15D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15D6 is #55EA29. Grayscale: #565656. Windows color (decimal): -5630506 or 14030250. OLE color: 14030250.
HSL color Cylindrical-coordinate representation of color #AA15D6: hue angle of 286.32º 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 #AA15D6 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 21 | 214 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.16 |
| HSL | 286.32º | 0.82% | 0.46% | - |
| HSV(B) | 286.32º | 0.9% | 0.84% | - |
| XYZ | 28.98 | 13.94 | 64.78 | - |
| YUV | 87.55 | 199.36 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 214 | 0.21 | 0.90 | 0 | 0.16 | 286.32 | 0.82 | 0.46 |
| Hex | AA | 15 | D6 | 15 | 5A | 0 | 10 | 11E | 52 | 2E |
| Octal | 252 | 25 | 326 | 25 | 132 | 0 | 20 | 436 | 122 | 56 |
| Binary | 10101010 | 10101 | 11010110 | 10101 | 1011010 | 0 | 10000 | 100011110 | 1010010 | 101110 |
Color Harmonies of #AA15D6
Complementary color
Monochromatic Colors of #AA15D6
Black with #AA15D6
Text Example
Text Example
White with #AA15D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15D6; }
p { color: rgb(170,21,214); }
H1.HeaderClassName
{
color: #AA15D6;
}
.AnyTagClassName
{
color: #AA15D6;
}
</style>
background-color css
<style>
a { background-color: #AA15D6; }
a { background-color: rgb(170,21,214); }
div.DivClassName
{
background-color: #AA15D6;
}
.BgClassName
{
background-color: #AA15D6;
}
</style>
border-color css
<style>
span { border-color: #AA15D6; }
span { border-color: rgb(170,21,214); }
td.TdClassName
{
border-color: #AA15D6;
}
.TagClassName
{
border-color: #AA15D6;
}
</style>