Shades of Dark Violet #A911D9
Tints of Dark Violet #A911D9
RGB
CMYK
RGB Variations
Color information
#A911D9 (or 0xA911D9) is known color: Dark Violet. HEX triplet: A9, 11 and D9. RGB value is (169,17,217). Sum of RGB (Red+Green+Blue) = 169+17+217=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 217 (85.16% from 255 or 53.85% from 403); Max value from RGB is 217 - color contains mainly: blue. Hex color #A911D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A911D9 is #56EE26. Grayscale: #545454. Windows color (decimal): -5697063 or 14225833. OLE color: 14225833.
HSL color Cylindrical-coordinate representation of color #A911D9: hue angle of 285.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A911D9 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 17 | 217 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.15 |
| HSL | 285.6º | 0.85% | 0.46% | - |
| HSV(B) | 285.6º | 0.92% | 0.85% | - |
| XYZ | 29.09 | 13.85 | 66.79 | - |
| YUV | 85.25 | 202.36 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 217 | 0.22 | 0.92 | 0 | 0.15 | 285.6 | 0.85 | 0.46 |
| Hex | A9 | 11 | D9 | 16 | 5C | 0 | F | 11E | 55 | 2E |
| Octal | 251 | 21 | 331 | 26 | 134 | 0 | 17 | 436 | 125 | 56 |
| Binary | 10101001 | 10001 | 11011001 | 10110 | 1011100 | 0 | 1111 | 100011110 | 1010101 | 101110 |
Color Harmonies of #A911D9
Complementary color
Monochromatic Colors of #A911D9
Black with #A911D9
Text Example
Text Example
White with #A911D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A911D9; }
p { color: rgb(169,17,217); }
H1.HeaderClassName
{
color: #A911D9;
}
.AnyTagClassName
{
color: #A911D9;
}
</style>
background-color css
<style>
a { background-color: #A911D9; }
a { background-color: rgb(169,17,217); }
div.DivClassName
{
background-color: #A911D9;
}
.BgClassName
{
background-color: #A911D9;
}
</style>
border-color css
<style>
span { border-color: #A911D9; }
span { border-color: rgb(169,17,217); }
td.TdClassName
{
border-color: #A911D9;
}
.TagClassName
{
border-color: #A911D9;
}
</style>