Shades of Dark Violet #A714C0
Tints of Dark Violet #A714C0
RGB
CMYK
RGB Variations
Color information
#A714C0 (or 0xA714C0) is known color: Dark Violet. HEX triplet: A7, 14 and C0. RGB value is (167,20,192). Sum of RGB (Red+Green+Blue) = 167+20+192=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #A714C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A714C0 is #58EB3F. Grayscale: #535353. Windows color (decimal): -5827392 or 12588199. OLE color: 12588199.
HSL color Cylindrical-coordinate representation of color #A714C0: hue angle of 291.28º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A714C0 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 20 | 192 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.25 |
| HSL | 291.28º | 0.81% | 0.42% | - |
| HSV(B) | 291.28º | 0.9% | 0.75% | - |
| XYZ | 25.7 | 12.52 | 50.93 | - |
| YUV | 83.56 | 189.2 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 20 | 192 | 0.13 | 0.90 | 0 | 0.25 | 291.28 | 0.81 | 0.42 |
| Hex | A7 | 14 | C0 | D | 5A | 0 | 19 | 123 | 51 | 2A |
| Octal | 247 | 24 | 300 | 15 | 132 | 0 | 31 | 443 | 121 | 52 |
| Binary | 10100111 | 10100 | 11000000 | 1101 | 1011010 | 0 | 11001 | 100100011 | 1010001 | 101010 |
Color Harmonies of #A714C0
Complementary color
Monochromatic Colors of #A714C0
Black with #A714C0
Text Example
Text Example
White with #A714C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A714C0; }
p { color: rgb(167,20,192); }
H1.HeaderClassName
{
color: #A714C0;
}
.AnyTagClassName
{
color: #A714C0;
}
</style>
background-color css
<style>
a { background-color: #A714C0; }
a { background-color: rgb(167,20,192); }
div.DivClassName
{
background-color: #A714C0;
}
.BgClassName
{
background-color: #A714C0;
}
</style>
border-color css
<style>
span { border-color: #A714C0; }
span { border-color: rgb(167,20,192); }
td.TdClassName
{
border-color: #A714C0;
}
.TagClassName
{
border-color: #A714C0;
}
</style>