Shades of Dark Violet #A611C7
Tints of Dark Violet #A611C7
RGB
CMYK
RGB Variations
Color information
#A611C7 (or 0xA611C7) is known color: Dark Violet. HEX triplet: A6, 11 and C7. RGB value is (166,17,199). Sum of RGB (Red+Green+Blue) = 166+17+199=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 199 (78.12% from 255 or 52.09% from 382); Max value from RGB is 199 - color contains mainly: blue. Hex color #A611C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A611C7 is #59EE38. Grayscale: #515151. Windows color (decimal): -5893689 or 13046182. OLE color: 13046182.
HSL color Cylindrical-coordinate representation of color #A611C7: hue angle of 289.12º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A611C7 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 17 | 199 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.22 |
| HSL | 289.12º | 0.84% | 0.42% | - |
| HSV(B) | 289.12º | 0.91% | 0.78% | - |
| XYZ | 26.24 | 12.63 | 55.09 | - |
| YUV | 82.3 | 193.86 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 199 | 0.17 | 0.91 | 0 | 0.22 | 289.12 | 0.84 | 0.42 |
| Hex | A6 | 11 | C7 | 11 | 5B | 0 | 16 | 121 | 54 | 2A |
| Octal | 246 | 21 | 307 | 21 | 133 | 0 | 26 | 441 | 124 | 52 |
| Binary | 10100110 | 10001 | 11000111 | 10001 | 1011011 | 0 | 10110 | 100100001 | 1010100 | 101010 |
Color Harmonies of #A611C7
Complementary color
Monochromatic Colors of #A611C7
Black with #A611C7
Text Example
Text Example
White with #A611C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A611C7; }
p { color: rgb(166,17,199); }
H1.HeaderClassName
{
color: #A611C7;
}
.AnyTagClassName
{
color: #A611C7;
}
</style>
background-color css
<style>
a { background-color: #A611C7; }
a { background-color: rgb(166,17,199); }
div.DivClassName
{
background-color: #A611C7;
}
.BgClassName
{
background-color: #A611C7;
}
</style>
border-color css
<style>
span { border-color: #A611C7; }
span { border-color: rgb(166,17,199); }
td.TdClassName
{
border-color: #A611C7;
}
.TagClassName
{
border-color: #A611C7;
}
</style>