Shades of Dark Violet #A911DC
Tints of Dark Violet #A911DC
RGB
CMYK
RGB Variations
Color information
#A911DC (or 0xA911DC) is known color: Dark Violet. HEX triplet: A9, 11 and DC. RGB value is (169,17,220). Sum of RGB (Red+Green+Blue) = 169+17+220=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #A911DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A911DC is #56EE23. Grayscale: #545454. Windows color (decimal): -5697060 or 14422441. OLE color: 14422441.
HSL color Cylindrical-coordinate representation of color #A911DC: hue angle of 284.93º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A911DC is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 17 | 220 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.14 |
| HSL | 284.93º | 0.86% | 0.46% | - |
| HSV(B) | 284.93º | 0.92% | 0.86% | - |
| XYZ | 29.48 | 14 | 68.86 | - |
| YUV | 85.59 | 203.86 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 220 | 0.23 | 0.92 | 0 | 0.14 | 284.93 | 0.86 | 0.46 |
| Hex | A9 | 11 | DC | 17 | 5C | 0 | E | 11D | 56 | 2E |
| Octal | 251 | 21 | 334 | 27 | 134 | 0 | 16 | 435 | 126 | 56 |
| Binary | 10101001 | 10001 | 11011100 | 10111 | 1011100 | 0 | 1110 | 100011101 | 1010110 | 101110 |
Color Harmonies of #A911DC
Complementary color
Monochromatic Colors of #A911DC
Black with #A911DC
Text Example
Text Example
White with #A911DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A911DC; }
p { color: rgb(169,17,220); }
H1.HeaderClassName
{
color: #A911DC;
}
.AnyTagClassName
{
color: #A911DC;
}
</style>
background-color css
<style>
a { background-color: #A911DC; }
a { background-color: rgb(169,17,220); }
div.DivClassName
{
background-color: #A911DC;
}
.BgClassName
{
background-color: #A911DC;
}
</style>
border-color css
<style>
span { border-color: #A911DC; }
span { border-color: rgb(169,17,220); }
td.TdClassName
{
border-color: #A911DC;
}
.TagClassName
{
border-color: #A911DC;
}
</style>