Shades of Dark Violet #A70CBC
Tints of Dark Violet #A70CBC
RGB
CMYK
RGB Variations
Color information
#A70CBC (or 0xA70CBC) is known color: Dark Violet. HEX triplet: A7, 0C and BC. RGB value is (167,12,188). Sum of RGB (Red+Green+Blue) = 167+12+188=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #A70CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70CBC is #58F343. Grayscale: #4D4D4D. Windows color (decimal): -5829444 or 12324007. OLE color: 12324007.
HSL color Cylindrical-coordinate representation of color #A70CBC: hue angle of 292.84º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70CBC is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 12 | 188 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.26 |
| HSL | 292.84º | 0.88% | 0.39% | - |
| HSV(B) | 292.84º | 0.94% | 0.74% | - |
| XYZ | 25.14 | 12.11 | 48.59 | - |
| YUV | 78.41 | 189.85 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 188 | 0.11 | 0.94 | 0 | 0.26 | 292.84 | 0.88 | 0.39 |
| Hex | A7 | C | BC | B | 5E | 0 | 1A | 125 | 58 | 27 |
| Octal | 247 | 14 | 274 | 13 | 136 | 0 | 32 | 445 | 130 | 47 |
| Binary | 10100111 | 1100 | 10111100 | 1011 | 1011110 | 0 | 11010 | 100100101 | 1011000 | 100111 |
Color Harmonies of #A70CBC
Complementary color
Monochromatic Colors of #A70CBC
Black with #A70CBC
Text Example
Text Example
White with #A70CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70CBC; }
p { color: rgb(167,12,188); }
H1.HeaderClassName
{
color: #A70CBC;
}
.AnyTagClassName
{
color: #A70CBC;
}
</style>
background-color css
<style>
a { background-color: #A70CBC; }
a { background-color: rgb(167,12,188); }
div.DivClassName
{
background-color: #A70CBC;
}
.BgClassName
{
background-color: #A70CBC;
}
</style>
border-color css
<style>
span { border-color: #A70CBC; }
span { border-color: rgb(167,12,188); }
td.TdClassName
{
border-color: #A70CBC;
}
.TagClassName
{
border-color: #A70CBC;
}
</style>