Shades of Dark Violet #A611D8
Tints of Dark Violet #A611D8
RGB
CMYK
RGB Variations
Color information
#A611D8 (or 0xA611D8) is known color: Dark Violet. HEX triplet: A6, 11 and D8. RGB value is (166,17,216). Sum of RGB (Red+Green+Blue) = 166+17+216=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 216 (84.77% from 255 or 54.14% from 399); Max value from RGB is 216 - color contains mainly: blue. Hex color #A611D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A611D8 is #59EE27. Grayscale: #535353. Windows color (decimal): -5893672 or 14160294. OLE color: 14160294.
HSL color Cylindrical-coordinate representation of color #A611D8: hue angle of 284.92º 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 #A611D8 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 17 | 216 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.15 |
| HSL | 284.92º | 0.85% | 0.46% | - |
| HSV(B) | 284.92º | 0.92% | 0.85% | - |
| XYZ | 28.32 | 13.47 | 66.07 | - |
| YUV | 84.24 | 202.36 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 216 | 0.23 | 0.92 | 0 | 0.15 | 284.92 | 0.85 | 0.46 |
| Hex | A6 | 11 | D8 | 17 | 5C | 0 | F | 11D | 55 | 2E |
| Octal | 246 | 21 | 330 | 27 | 134 | 0 | 17 | 435 | 125 | 56 |
| Binary | 10100110 | 10001 | 11011000 | 10111 | 1011100 | 0 | 1111 | 100011101 | 1010101 | 101110 |
Color Harmonies of #A611D8
Complementary color
Monochromatic Colors of #A611D8
Black with #A611D8
Text Example
Text Example
White with #A611D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A611D8; }
p { color: rgb(166,17,216); }
H1.HeaderClassName
{
color: #A611D8;
}
.AnyTagClassName
{
color: #A611D8;
}
</style>
background-color css
<style>
a { background-color: #A611D8; }
a { background-color: rgb(166,17,216); }
div.DivClassName
{
background-color: #A611D8;
}
.BgClassName
{
background-color: #A611D8;
}
</style>
border-color css
<style>
span { border-color: #A611D8; }
span { border-color: rgb(166,17,216); }
td.TdClassName
{
border-color: #A611D8;
}
.TagClassName
{
border-color: #A611D8;
}
</style>