Shades of Dark Violet #A70CC8
Tints of Dark Violet #A70CC8
RGB
CMYK
RGB Variations
Color information
#A70CC8 (or 0xA70CC8) is known color: Dark Violet. HEX triplet: A7, 0C and C8. RGB value is (167,12,200). Sum of RGB (Red+Green+Blue) = 167+12+200=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #A70CC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70CC8 is #58F337. Grayscale: #4F4F4F. Windows color (decimal): -5829432 or 13110439. OLE color: 13110439.
HSL color Cylindrical-coordinate representation of color #A70CC8: hue angle of 289.47º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70CC8 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 12 | 200 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.22 |
| HSL | 289.47º | 0.89% | 0.42% | - |
| HSV(B) | 289.47º | 0.94% | 0.78% | - |
| XYZ | 26.49 | 12.65 | 55.69 | - |
| YUV | 79.78 | 195.85 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 200 | 0.16 | 0.94 | 0 | 0.22 | 289.47 | 0.89 | 0.42 |
| Hex | A7 | C | C8 | 10 | 5E | 0 | 16 | 121 | 59 | 2A |
| Octal | 247 | 14 | 310 | 20 | 136 | 0 | 26 | 441 | 131 | 52 |
| Binary | 10100111 | 1100 | 11001000 | 10000 | 1011110 | 0 | 10110 | 100100001 | 1011001 | 101010 |
Color Harmonies of #A70CC8
Complementary color
Monochromatic Colors of #A70CC8
Black with #A70CC8
Text Example
Text Example
White with #A70CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70CC8; }
p { color: rgb(167,12,200); }
H1.HeaderClassName
{
color: #A70CC8;
}
.AnyTagClassName
{
color: #A70CC8;
}
</style>
background-color css
<style>
a { background-color: #A70CC8; }
a { background-color: rgb(167,12,200); }
div.DivClassName
{
background-color: #A70CC8;
}
.BgClassName
{
background-color: #A70CC8;
}
</style>
border-color css
<style>
span { border-color: #A70CC8; }
span { border-color: rgb(167,12,200); }
td.TdClassName
{
border-color: #A70CC8;
}
.TagClassName
{
border-color: #A70CC8;
}
</style>