Shades of Dark Violet #A712BC
Tints of Dark Violet #A712BC
RGB
CMYK
RGB Variations
Color information
#A712BC (or 0xA712BC) is known color: Dark Violet. HEX triplet: A7, 12 and BC. RGB value is (167,18,188). Sum of RGB (Red+Green+Blue) = 167+18+188=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #A712BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A712BC is #58ED43. Grayscale: #515151. Windows color (decimal): -5827908 or 12325543. OLE color: 12325543.
HSL color Cylindrical-coordinate representation of color #A712BC: hue angle of 292.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A712BC is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 18 | 188 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.26 |
| HSL | 292.59º | 0.83% | 0.4% | - |
| HSV(B) | 292.59º | 0.9% | 0.74% | - |
| XYZ | 25.23 | 12.28 | 48.62 | - |
| YUV | 81.93 | 187.86 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 18 | 188 | 0.11 | 0.90 | 0 | 0.26 | 292.59 | 0.83 | 0.4 |
| Hex | A7 | 12 | BC | B | 5A | 0 | 1A | 125 | 53 | 28 |
| Octal | 247 | 22 | 274 | 13 | 132 | 0 | 32 | 445 | 123 | 50 |
| Binary | 10100111 | 10010 | 10111100 | 1011 | 1011010 | 0 | 11010 | 100100101 | 1010011 | 101000 |
Color Harmonies of #A712BC
Complementary color
Monochromatic Colors of #A712BC
Black with #A712BC
Text Example
Text Example
White with #A712BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A712BC; }
p { color: rgb(167,18,188); }
H1.HeaderClassName
{
color: #A712BC;
}
.AnyTagClassName
{
color: #A712BC;
}
</style>
background-color css
<style>
a { background-color: #A712BC; }
a { background-color: rgb(167,18,188); }
div.DivClassName
{
background-color: #A712BC;
}
.BgClassName
{
background-color: #A712BC;
}
</style>
border-color css
<style>
span { border-color: #A712BC; }
span { border-color: rgb(167,18,188); }
td.TdClassName
{
border-color: #A712BC;
}
.TagClassName
{
border-color: #A712BC;
}
</style>