Shades of Dark Violet #A711C7
Tints of Dark Violet #A711C7
RGB
CMYK
RGB Variations
Color information
#A711C7 (or 0xA711C7) is known color: Dark Violet. HEX triplet: A7, 11 and C7. RGB value is (167,17,199). Sum of RGB (Red+Green+Blue) = 167+17+199=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 199 (78.12% from 255 or 51.96% from 383); Max value from RGB is 199 - color contains mainly: blue. Hex color #A711C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A711C7 is #58EE38. Grayscale: #525252. Windows color (decimal): -5828153 or 13046183. OLE color: 13046183.
HSL color Cylindrical-coordinate representation of color #A711C7: hue angle of 289.45º 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 #A711C7 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 17 | 199 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.22 |
| HSL | 289.45º | 0.84% | 0.42% | - |
| HSV(B) | 289.45º | 0.91% | 0.78% | - |
| XYZ | 26.45 | 12.74 | 55.1 | - |
| YUV | 82.6 | 193.7 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 17 | 199 | 0.16 | 0.91 | 0 | 0.22 | 289.45 | 0.84 | 0.42 |
| Hex | A7 | 11 | C7 | 10 | 5B | 0 | 16 | 121 | 54 | 2A |
| Octal | 247 | 21 | 307 | 20 | 133 | 0 | 26 | 441 | 124 | 52 |
| Binary | 10100111 | 10001 | 11000111 | 10000 | 1011011 | 0 | 10110 | 100100001 | 1010100 | 101010 |
Color Harmonies of #A711C7
Complementary color
Monochromatic Colors of #A711C7
Black with #A711C7
Text Example
Text Example
White with #A711C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A711C7; }
p { color: rgb(167,17,199); }
H1.HeaderClassName
{
color: #A711C7;
}
.AnyTagClassName
{
color: #A711C7;
}
</style>
background-color css
<style>
a { background-color: #A711C7; }
a { background-color: rgb(167,17,199); }
div.DivClassName
{
background-color: #A711C7;
}
.BgClassName
{
background-color: #A711C7;
}
</style>
border-color css
<style>
span { border-color: #A711C7; }
span { border-color: rgb(167,17,199); }
td.TdClassName
{
border-color: #A711C7;
}
.TagClassName
{
border-color: #A711C7;
}
</style>