Shades of Dark Violet #A712C2
Tints of Dark Violet #A712C2
RGB
CMYK
RGB Variations
Color information
#A712C2 (or 0xA712C2) is known color: Dark Violet. HEX triplet: A7, 12 and C2. RGB value is (167,18,194). Sum of RGB (Red+Green+Blue) = 167+18+194=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 194 (76.17% from 255 or 51.19% from 379); Max value from RGB is 194 - color contains mainly: blue. Hex color #A712C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A712C2 is #58ED3D. Grayscale: #525252. Windows color (decimal): -5827902 or 12718759. OLE color: 12718759.
HSL color Cylindrical-coordinate representation of color #A712C2: hue angle of 290.8º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A712C2 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 18 | 194 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.24 |
| HSL | 290.8º | 0.83% | 0.42% | - |
| HSV(B) | 290.8º | 0.91% | 0.76% | - |
| XYZ | 25.89 | 12.54 | 52.1 | - |
| YUV | 82.62 | 190.86 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 18 | 194 | 0.14 | 0.91 | 0 | 0.24 | 290.8 | 0.83 | 0.42 |
| Hex | A7 | 12 | C2 | E | 5B | 0 | 18 | 123 | 53 | 2A |
| Octal | 247 | 22 | 302 | 16 | 133 | 0 | 30 | 443 | 123 | 52 |
| Binary | 10100111 | 10010 | 11000010 | 1110 | 1011011 | 0 | 11000 | 100100011 | 1010011 | 101010 |
Color Harmonies of #A712C2
Complementary color
Monochromatic Colors of #A712C2
Black with #A712C2
Text Example
Text Example
White with #A712C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A712C2; }
p { color: rgb(167,18,194); }
H1.HeaderClassName
{
color: #A712C2;
}
.AnyTagClassName
{
color: #A712C2;
}
</style>
background-color css
<style>
a { background-color: #A712C2; }
a { background-color: rgb(167,18,194); }
div.DivClassName
{
background-color: #A712C2;
}
.BgClassName
{
background-color: #A712C2;
}
</style>
border-color css
<style>
span { border-color: #A712C2; }
span { border-color: rgb(167,18,194); }
td.TdClassName
{
border-color: #A712C2;
}
.TagClassName
{
border-color: #A712C2;
}
</style>