Shades of Dark Violet #A711DF
Tints of Dark Violet #A711DF
RGB
CMYK
RGB Variations
Color information
#A711DF (or 0xA711DF) is known color: Dark Violet. HEX triplet: A7, 11 and DF. RGB value is (167,17,223). Sum of RGB (Red+Green+Blue) = 167+17+223=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #A711DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A711DF is #58EE20. Grayscale: #545454. Windows color (decimal): -5828129 or 14619047. OLE color: 14619047.
HSL color Cylindrical-coordinate representation of color #A711DF: hue angle of 283.69º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A711DF is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 17 | 223 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.13 |
| HSL | 283.69º | 0.86% | 0.47% | - |
| HSV(B) | 283.69º | 0.92% | 0.87% | - |
| XYZ | 29.46 | 13.94 | 70.95 | - |
| YUV | 85.33 | 205.7 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 17 | 223 | 0.25 | 0.92 | 0 | 0.13 | 283.69 | 0.86 | 0.47 |
| Hex | A7 | 11 | DF | 19 | 5C | 0 | D | 11C | 56 | 2F |
| Octal | 247 | 21 | 337 | 31 | 134 | 0 | 15 | 434 | 126 | 57 |
| Binary | 10100111 | 10001 | 11011111 | 11001 | 1011100 | 0 | 1101 | 100011100 | 1010110 | 101111 |
Color Harmonies of #A711DF
Complementary color
Monochromatic Colors of #A711DF
Black with #A711DF
Text Example
Text Example
White with #A711DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A711DF; }
p { color: rgb(167,17,223); }
H1.HeaderClassName
{
color: #A711DF;
}
.AnyTagClassName
{
color: #A711DF;
}
</style>
background-color css
<style>
a { background-color: #A711DF; }
a { background-color: rgb(167,17,223); }
div.DivClassName
{
background-color: #A711DF;
}
.BgClassName
{
background-color: #A711DF;
}
</style>
border-color css
<style>
span { border-color: #A711DF; }
span { border-color: rgb(167,17,223); }
td.TdClassName
{
border-color: #A711DF;
}
.TagClassName
{
border-color: #A711DF;
}
</style>