Shades of Dark Violet #A910D1
Tints of Dark Violet #A910D1
RGB
CMYK
RGB Variations
Color information
#A910D1 (or 0xA910D1) is known color: Dark Violet. HEX triplet: A9, 10 and D1. RGB value is (169,16,209). Sum of RGB (Red+Green+Blue) = 169+16+209=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 209 (82.03% from 255 or 53.05% from 394); Max value from RGB is 209 - color contains mainly: blue. Hex color #A910D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A910D1 is #56EF2E. Grayscale: #535353. Windows color (decimal): -5697327 or 13701289. OLE color: 13701289.
HSL color Cylindrical-coordinate representation of color #A910D1: hue angle of 287.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A910D1 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 16 | 209 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.18 |
| HSL | 287.56º | 0.86% | 0.44% | - |
| HSV(B) | 287.56º | 0.92% | 0.82% | - |
| XYZ | 28.06 | 13.41 | 61.43 | - |
| YUV | 83.75 | 198.69 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 209 | 0.19 | 0.92 | 0 | 0.18 | 287.56 | 0.86 | 0.44 |
| Hex | A9 | 10 | D1 | 13 | 5C | 0 | 12 | 120 | 56 | 2C |
| Octal | 251 | 20 | 321 | 23 | 134 | 0 | 22 | 440 | 126 | 54 |
| Binary | 10101001 | 10000 | 11010001 | 10011 | 1011100 | 0 | 10010 | 100100000 | 1010110 | 101100 |
Color Harmonies of #A910D1
Complementary color
Monochromatic Colors of #A910D1
Black with #A910D1
Text Example
Text Example
White with #A910D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A910D1; }
p { color: rgb(169,16,209); }
H1.HeaderClassName
{
color: #A910D1;
}
.AnyTagClassName
{
color: #A910D1;
}
</style>
background-color css
<style>
a { background-color: #A910D1; }
a { background-color: rgb(169,16,209); }
div.DivClassName
{
background-color: #A910D1;
}
.BgClassName
{
background-color: #A910D1;
}
</style>
border-color css
<style>
span { border-color: #A910D1; }
span { border-color: rgb(169,16,209); }
td.TdClassName
{
border-color: #A910D1;
}
.TagClassName
{
border-color: #A910D1;
}
</style>