Shades of Dark Violet #A713D1
Tints of Dark Violet #A713D1
RGB
CMYK
RGB Variations
Color information
#A713D1 (or 0xA713D1) is known color: Dark Violet. HEX triplet: A7, 13 and D1. RGB value is (167,19,209). Sum of RGB (Red+Green+Blue) = 167+19+209=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #A713D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A713D1 is #58EC2E. Grayscale: #545454. Windows color (decimal): -5827631 or 13702055. OLE color: 13702055.
HSL color Cylindrical-coordinate representation of color #A713D1: hue angle of 286.74º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A713D1 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 19 | 209 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.18 |
| HSL | 286.74º | 0.83% | 0.45% | - |
| HSV(B) | 286.74º | 0.91% | 0.82% | - |
| XYZ | 27.68 | 13.28 | 61.43 | - |
| YUV | 84.91 | 198.03 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 19 | 209 | 0.20 | 0.91 | 0 | 0.18 | 286.74 | 0.83 | 0.45 |
| Hex | A7 | 13 | D1 | 14 | 5B | 0 | 12 | 11F | 53 | 2D |
| Octal | 247 | 23 | 321 | 24 | 133 | 0 | 22 | 437 | 123 | 55 |
| Binary | 10100111 | 10011 | 11010001 | 10100 | 1011011 | 0 | 10010 | 100011111 | 1010011 | 101101 |
Color Harmonies of #A713D1
Complementary color
Monochromatic Colors of #A713D1
Black with #A713D1
Text Example
Text Example
White with #A713D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A713D1; }
p { color: rgb(167,19,209); }
H1.HeaderClassName
{
color: #A713D1;
}
.AnyTagClassName
{
color: #A713D1;
}
</style>
background-color css
<style>
a { background-color: #A713D1; }
a { background-color: rgb(167,19,209); }
div.DivClassName
{
background-color: #A713D1;
}
.BgClassName
{
background-color: #A713D1;
}
</style>
border-color css
<style>
span { border-color: #A713D1; }
span { border-color: rgb(167,19,209); }
td.TdClassName
{
border-color: #A713D1;
}
.TagClassName
{
border-color: #A713D1;
}
</style>