Shades of Dark Violet #A712CE
Tints of Dark Violet #A712CE
RGB
CMYK
RGB Variations
Color information
#A712CE (or 0xA712CE) is known color: Dark Violet. HEX triplet: A7, 12 and CE. RGB value is (167,18,206). Sum of RGB (Red+Green+Blue) = 167+18+206=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #A712CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A712CE is #58ED31. Grayscale: #535353. Windows color (decimal): -5827890 or 13505191. OLE color: 13505191.
HSL color Cylindrical-coordinate representation of color #A712CE: hue angle of 287.55º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A712CE is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 18 | 206 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.19 |
| HSL | 287.55º | 0.84% | 0.44% | - |
| HSV(B) | 287.55º | 0.91% | 0.81% | - |
| XYZ | 27.29 | 13.1 | 59.48 | - |
| YUV | 83.98 | 196.86 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 18 | 206 | 0.19 | 0.91 | 0 | 0.19 | 287.55 | 0.84 | 0.44 |
| Hex | A7 | 12 | CE | 13 | 5B | 0 | 13 | 120 | 54 | 2C |
| Octal | 247 | 22 | 316 | 23 | 133 | 0 | 23 | 440 | 124 | 54 |
| Binary | 10100111 | 10010 | 11001110 | 10011 | 1011011 | 0 | 10011 | 100100000 | 1010100 | 101100 |
Color Harmonies of #A712CE
Complementary color
Monochromatic Colors of #A712CE
Black with #A712CE
Text Example
Text Example
White with #A712CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A712CE; }
p { color: rgb(167,18,206); }
H1.HeaderClassName
{
color: #A712CE;
}
.AnyTagClassName
{
color: #A712CE;
}
</style>
background-color css
<style>
a { background-color: #A712CE; }
a { background-color: rgb(167,18,206); }
div.DivClassName
{
background-color: #A712CE;
}
.BgClassName
{
background-color: #A712CE;
}
</style>
border-color css
<style>
span { border-color: #A712CE; }
span { border-color: rgb(167,18,206); }
td.TdClassName
{
border-color: #A712CE;
}
.TagClassName
{
border-color: #A712CE;
}
</style>