Shades of Dark Violet #A611D2
Tints of Dark Violet #A611D2
RGB
CMYK
RGB Variations
Color information
#A611D2 (or 0xA611D2) is known color: Dark Violet. HEX triplet: A6, 11 and D2. RGB value is (166,17,210). Sum of RGB (Red+Green+Blue) = 166+17+210=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 210 (82.42% from 255 or 53.44% from 393); Max value from RGB is 210 - color contains mainly: blue. Hex color #A611D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A611D2 is #59EE2D. Grayscale: #525252. Windows color (decimal): -5893678 or 13767078. OLE color: 13767078.
HSL color Cylindrical-coordinate representation of color #A611D2: hue angle of 286.32º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A611D2 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 17 | 210 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.18 |
| HSL | 286.32º | 0.85% | 0.45% | - |
| HSV(B) | 286.32º | 0.92% | 0.82% | - |
| XYZ | 27.56 | 13.16 | 62.06 | - |
| YUV | 83.55 | 199.36 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 210 | 0.21 | 0.92 | 0 | 0.18 | 286.32 | 0.85 | 0.45 |
| Hex | A6 | 11 | D2 | 15 | 5C | 0 | 12 | 11E | 55 | 2D |
| Octal | 246 | 21 | 322 | 25 | 134 | 0 | 22 | 436 | 125 | 55 |
| Binary | 10100110 | 10001 | 11010010 | 10101 | 1011100 | 0 | 10010 | 100011110 | 1010101 | 101101 |
Color Harmonies of #A611D2
Complementary color
Monochromatic Colors of #A611D2
Black with #A611D2
Text Example
Text Example
White with #A611D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A611D2; }
p { color: rgb(166,17,210); }
H1.HeaderClassName
{
color: #A611D2;
}
.AnyTagClassName
{
color: #A611D2;
}
</style>
background-color css
<style>
a { background-color: #A611D2; }
a { background-color: rgb(166,17,210); }
div.DivClassName
{
background-color: #A611D2;
}
.BgClassName
{
background-color: #A611D2;
}
</style>
border-color css
<style>
span { border-color: #A611D2; }
span { border-color: rgb(166,17,210); }
td.TdClassName
{
border-color: #A611D2;
}
.TagClassName
{
border-color: #A611D2;
}
</style>