Shades of Dark Violet #A712D1
Tints of Dark Violet #A712D1
RGB
CMYK
RGB Variations
Color information
#A712D1 (or 0xA712D1) is known color: Dark Violet. HEX triplet: A7, 12 and D1. RGB value is (167,18,209). Sum of RGB (Red+Green+Blue) = 167+18+209=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 209 (82.03% from 255 or 53.05% from 394); Max value from RGB is 209 - color contains mainly: blue. Hex color #A712D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A712D1 is #58ED2E. Grayscale: #535353. Windows color (decimal): -5827887 or 13701799. OLE color: 13701799.
HSL color Cylindrical-coordinate representation of color #A712D1: hue angle of 286.81º degrees, saturation: 0.84, 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 #A712D1 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 18 | 209 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.18 |
| HSL | 286.81º | 0.84% | 0.45% | - |
| HSV(B) | 286.81º | 0.91% | 0.82% | - |
| XYZ | 27.66 | 13.25 | 61.42 | - |
| YUV | 84.33 | 198.36 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 18 | 209 | 0.20 | 0.91 | 0 | 0.18 | 286.81 | 0.84 | 0.45 |
| Hex | A7 | 12 | D1 | 14 | 5B | 0 | 12 | 11F | 54 | 2D |
| Octal | 247 | 22 | 321 | 24 | 133 | 0 | 22 | 437 | 124 | 55 |
| Binary | 10100111 | 10010 | 11010001 | 10100 | 1011011 | 0 | 10010 | 100011111 | 1010100 | 101101 |
Color Harmonies of #A712D1
Complementary color
Monochromatic Colors of #A712D1
Black with #A712D1
Text Example
Text Example
White with #A712D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A712D1; }
p { color: rgb(167,18,209); }
H1.HeaderClassName
{
color: #A712D1;
}
.AnyTagClassName
{
color: #A712D1;
}
</style>
background-color css
<style>
a { background-color: #A712D1; }
a { background-color: rgb(167,18,209); }
div.DivClassName
{
background-color: #A712D1;
}
.BgClassName
{
background-color: #A712D1;
}
</style>
border-color css
<style>
span { border-color: #A712D1; }
span { border-color: rgb(167,18,209); }
td.TdClassName
{
border-color: #A712D1;
}
.TagClassName
{
border-color: #A712D1;
}
</style>