Shades of Dark Violet #A611D9
Tints of Dark Violet #A611D9
RGB
CMYK
RGB Variations
Color information
#A611D9 (or 0xA611D9) is known color: Dark Violet. HEX triplet: A6, 11 and D9. RGB value is (166,17,217). Sum of RGB (Red+Green+Blue) = 166+17+217=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 217 (85.16% from 255 or 54.25% from 400); Max value from RGB is 217 - color contains mainly: blue. Hex color #A611D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A611D9 is #59EE26. Grayscale: #535353. Windows color (decimal): -5893671 or 14225830. OLE color: 14225830.
HSL color Cylindrical-coordinate representation of color #A611D9: hue angle of 284.7º 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 #A611D9 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 17 | 217 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.15 |
| HSL | 284.7º | 0.85% | 0.46% | - |
| HSV(B) | 284.7º | 0.92% | 0.85% | - |
| XYZ | 28.45 | 13.52 | 66.76 | - |
| YUV | 84.35 | 202.86 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 217 | 0.24 | 0.92 | 0 | 0.15 | 284.7 | 0.85 | 0.46 |
| Hex | A6 | 11 | D9 | 18 | 5C | 0 | F | 11D | 55 | 2E |
| Octal | 246 | 21 | 331 | 30 | 134 | 0 | 17 | 435 | 125 | 56 |
| Binary | 10100110 | 10001 | 11011001 | 11000 | 1011100 | 0 | 1111 | 100011101 | 1010101 | 101110 |
Color Harmonies of #A611D9
Complementary color
Monochromatic Colors of #A611D9
Black with #A611D9
Text Example
Text Example
White with #A611D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A611D9; }
p { color: rgb(166,17,217); }
H1.HeaderClassName
{
color: #A611D9;
}
.AnyTagClassName
{
color: #A611D9;
}
</style>
background-color css
<style>
a { background-color: #A611D9; }
a { background-color: rgb(166,17,217); }
div.DivClassName
{
background-color: #A611D9;
}
.BgClassName
{
background-color: #A611D9;
}
</style>
border-color css
<style>
span { border-color: #A611D9; }
span { border-color: rgb(166,17,217); }
td.TdClassName
{
border-color: #A611D9;
}
.TagClassName
{
border-color: #A611D9;
}
</style>