Shades of Dark Violet #A915D7
Tints of Dark Violet #A915D7
RGB
CMYK
RGB Variations
Color information
#A915D7 (or 0xA915D7) is known color: Dark Violet. HEX triplet: A9, 15 and D7. RGB value is (169,21,215). Sum of RGB (Red+Green+Blue) = 169+21+215=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 215 (84.38% from 255 or 53.09% from 405); Max value from RGB is 215 - color contains mainly: blue. Hex color #A915D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A915D7 is #56EA28. Grayscale: #565656. Windows color (decimal): -5696041 or 14095785. OLE color: 14095785.
HSL color Cylindrical-coordinate representation of color #A915D7: hue angle of 285.77º 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 #A915D7 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 21 | 215 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.16 |
| HSL | 285.77º | 0.82% | 0.46% | - |
| HSV(B) | 285.77º | 0.9% | 0.84% | - |
| XYZ | 28.9 | 13.88 | 65.45 | - |
| YUV | 87.37 | 200.03 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 215 | 0.21 | 0.90 | 0 | 0.16 | 285.77 | 0.82 | 0.46 |
| Hex | A9 | 15 | D7 | 15 | 5A | 0 | 10 | 11E | 52 | 2E |
| Octal | 251 | 25 | 327 | 25 | 132 | 0 | 20 | 436 | 122 | 56 |
| Binary | 10101001 | 10101 | 11010111 | 10101 | 1011010 | 0 | 10000 | 100011110 | 1010010 | 101110 |
Color Harmonies of #A915D7
Complementary color
Monochromatic Colors of #A915D7
Black with #A915D7
Text Example
Text Example
White with #A915D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A915D7; }
p { color: rgb(169,21,215); }
H1.HeaderClassName
{
color: #A915D7;
}
.AnyTagClassName
{
color: #A915D7;
}
</style>
background-color css
<style>
a { background-color: #A915D7; }
a { background-color: rgb(169,21,215); }
div.DivClassName
{
background-color: #A915D7;
}
.BgClassName
{
background-color: #A915D7;
}
</style>
border-color css
<style>
span { border-color: #A915D7; }
span { border-color: rgb(169,21,215); }
td.TdClassName
{
border-color: #A915D7;
}
.TagClassName
{
border-color: #A915D7;
}
</style>