Shades of Dark Violet #A915D8
Tints of Dark Violet #A915D8
RGB
CMYK
RGB Variations
Color information
#A915D8 (or 0xA915D8) is known color: Dark Violet. HEX triplet: A9, 15 and D8. RGB value is (169,21,216). Sum of RGB (Red+Green+Blue) = 169+21+216=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 216 (84.77% from 255 or 53.20% from 406); Max value from RGB is 216 - color contains mainly: blue. Hex color #A915D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A915D8 is #56EA27. Grayscale: #565656. Windows color (decimal): -5696040 or 14161321. OLE color: 14161321.
HSL color Cylindrical-coordinate representation of color #A915D8: hue angle of 285.54º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A915D8 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 21 | 216 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.15 |
| HSL | 285.54º | 0.82% | 0.46% | - |
| HSV(B) | 285.54º | 0.9% | 0.85% | - |
| XYZ | 29.03 | 13.93 | 66.12 | - |
| YUV | 87.48 | 200.53 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 216 | 0.22 | 0.90 | 0 | 0.15 | 285.54 | 0.82 | 0.46 |
| Hex | A9 | 15 | D8 | 16 | 5A | 0 | F | 11E | 52 | 2E |
| Octal | 251 | 25 | 330 | 26 | 132 | 0 | 17 | 436 | 122 | 56 |
| Binary | 10101001 | 10101 | 11011000 | 10110 | 1011010 | 0 | 1111 | 100011110 | 1010010 | 101110 |
Color Harmonies of #A915D8
Complementary color
Monochromatic Colors of #A915D8
Black with #A915D8
Text Example
Text Example
White with #A915D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A915D8; }
p { color: rgb(169,21,216); }
H1.HeaderClassName
{
color: #A915D8;
}
.AnyTagClassName
{
color: #A915D8;
}
</style>
background-color css
<style>
a { background-color: #A915D8; }
a { background-color: rgb(169,21,216); }
div.DivClassName
{
background-color: #A915D8;
}
.BgClassName
{
background-color: #A915D8;
}
</style>
border-color css
<style>
span { border-color: #A915D8; }
span { border-color: rgb(169,21,216); }
td.TdClassName
{
border-color: #A915D8;
}
.TagClassName
{
border-color: #A915D8;
}
</style>