Shades of Dark Violet #A911D8
Tints of Dark Violet #A911D8
RGB
CMYK
RGB Variations
Color information
#A911D8 (or 0xA911D8) is known color: Dark Violet. HEX triplet: A9, 11 and D8. RGB value is (169,17,216). Sum of RGB (Red+Green+Blue) = 169+17+216=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 216 (84.77% from 255 or 53.73% from 402); Max value from RGB is 216 - color contains mainly: blue. Hex color #A911D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A911D8 is #56EE27. Grayscale: #545454. Windows color (decimal): -5697064 or 14160297. OLE color: 14160297.
HSL color Cylindrical-coordinate representation of color #A911D8: hue angle of 285.83º 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 #A911D8 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 17 | 216 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.15 |
| HSL | 285.83º | 0.85% | 0.46% | - |
| HSV(B) | 285.83º | 0.92% | 0.85% | - |
| XYZ | 28.96 | 13.79 | 66.1 | - |
| YUV | 85.13 | 201.86 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 216 | 0.22 | 0.92 | 0 | 0.15 | 285.83 | 0.85 | 0.46 |
| Hex | A9 | 11 | D8 | 16 | 5C | 0 | F | 11E | 55 | 2E |
| Octal | 251 | 21 | 330 | 26 | 134 | 0 | 17 | 436 | 125 | 56 |
| Binary | 10101001 | 10001 | 11011000 | 10110 | 1011100 | 0 | 1111 | 100011110 | 1010101 | 101110 |
Color Harmonies of #A911D8
Complementary color
Monochromatic Colors of #A911D8
Black with #A911D8
Text Example
Text Example
White with #A911D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A911D8; }
p { color: rgb(169,17,216); }
H1.HeaderClassName
{
color: #A911D8;
}
.AnyTagClassName
{
color: #A911D8;
}
</style>
background-color css
<style>
a { background-color: #A911D8; }
a { background-color: rgb(169,17,216); }
div.DivClassName
{
background-color: #A911D8;
}
.BgClassName
{
background-color: #A911D8;
}
</style>
border-color css
<style>
span { border-color: #A911D8; }
span { border-color: rgb(169,17,216); }
td.TdClassName
{
border-color: #A911D8;
}
.TagClassName
{
border-color: #A911D8;
}
</style>