Shades of Dark Violet #A611CF
Tints of Dark Violet #A611CF
RGB
CMYK
RGB Variations
Color information
#A611CF (or 0xA611CF) is known color: Dark Violet. HEX triplet: A6, 11 and CF. RGB value is (166,17,207). Sum of RGB (Red+Green+Blue) = 166+17+207=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #A611CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A611CF is #59EE30. Grayscale: #525252. Windows color (decimal): -5893681 or 13570470. OLE color: 13570470.
HSL color Cylindrical-coordinate representation of color #A611CF: hue angle of 287.05º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A611CF is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 17 | 207 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.19 |
| HSL | 287.05º | 0.85% | 0.44% | - |
| HSV(B) | 287.05º | 0.92% | 0.81% | - |
| XYZ | 27.19 | 13.01 | 60.11 | - |
| YUV | 83.21 | 197.86 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 207 | 0.20 | 0.92 | 0 | 0.19 | 287.05 | 0.85 | 0.44 |
| Hex | A6 | 11 | CF | 14 | 5C | 0 | 13 | 11F | 55 | 2C |
| Octal | 246 | 21 | 317 | 24 | 134 | 0 | 23 | 437 | 125 | 54 |
| Binary | 10100110 | 10001 | 11001111 | 10100 | 1011100 | 0 | 10011 | 100011111 | 1010101 | 101100 |
Color Harmonies of #A611CF
Complementary color
Monochromatic Colors of #A611CF
Black with #A611CF
Text Example
Text Example
White with #A611CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A611CF; }
p { color: rgb(166,17,207); }
H1.HeaderClassName
{
color: #A611CF;
}
.AnyTagClassName
{
color: #A611CF;
}
</style>
background-color css
<style>
a { background-color: #A611CF; }
a { background-color: rgb(166,17,207); }
div.DivClassName
{
background-color: #A611CF;
}
.BgClassName
{
background-color: #A611CF;
}
</style>
border-color css
<style>
span { border-color: #A611CF; }
span { border-color: rgb(166,17,207); }
td.TdClassName
{
border-color: #A611CF;
}
.TagClassName
{
border-color: #A611CF;
}
</style>