Shades of Dark Violet #A713C0
Tints of Dark Violet #A713C0
RGB
CMYK
RGB Variations
Color information
#A713C0 (or 0xA713C0) is known color: Dark Violet. HEX triplet: A7, 13 and C0. RGB value is (167,19,192). Sum of RGB (Red+Green+Blue) = 167+19+192=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #A713C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A713C0 is #58EC3F. Grayscale: #525252. Windows color (decimal): -5827648 or 12587943. OLE color: 12587943.
HSL color Cylindrical-coordinate representation of color #A713C0: hue angle of 291.33º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A713C0 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 19 | 192 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.25 |
| HSL | 291.33º | 0.82% | 0.41% | - |
| HSV(B) | 291.33º | 0.9% | 0.75% | - |
| XYZ | 25.68 | 12.49 | 50.93 | - |
| YUV | 82.97 | 189.53 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 19 | 192 | 0.13 | 0.90 | 0 | 0.25 | 291.33 | 0.82 | 0.41 |
| Hex | A7 | 13 | C0 | D | 5A | 0 | 19 | 123 | 52 | 29 |
| Octal | 247 | 23 | 300 | 15 | 132 | 0 | 31 | 443 | 122 | 51 |
| Binary | 10100111 | 10011 | 11000000 | 1101 | 1011010 | 0 | 11001 | 100100011 | 1010010 | 101001 |
Color Harmonies of #A713C0
Complementary color
Monochromatic Colors of #A713C0
Black with #A713C0
Text Example
Text Example
White with #A713C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A713C0; }
p { color: rgb(167,19,192); }
H1.HeaderClassName
{
color: #A713C0;
}
.AnyTagClassName
{
color: #A713C0;
}
</style>
background-color css
<style>
a { background-color: #A713C0; }
a { background-color: rgb(167,19,192); }
div.DivClassName
{
background-color: #A713C0;
}
.BgClassName
{
background-color: #A713C0;
}
</style>
border-color css
<style>
span { border-color: #A713C0; }
span { border-color: rgb(167,19,192); }
td.TdClassName
{
border-color: #A713C0;
}
.TagClassName
{
border-color: #A713C0;
}
</style>