Shades of Dark Violet #A70CC6
Tints of Dark Violet #A70CC6
RGB
CMYK
RGB Variations
Color information
#A70CC6 (or 0xA70CC6) is known color: Dark Violet. HEX triplet: A7, 0C and C6. RGB value is (167,12,198). Sum of RGB (Red+Green+Blue) = 167+12+198=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 198 (77.73% from 255 or 52.52% from 377); Max value from RGB is 198 - color contains mainly: blue. Hex color #A70CC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70CC6 is #58F339. Grayscale: #4E4E4E. Windows color (decimal): -5829434 or 12979367. OLE color: 12979367.
HSL color Cylindrical-coordinate representation of color #A70CC6: hue angle of 290º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70CC6 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 12 | 198 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.22 |
| HSL | 290º | 0.89% | 0.41% | - |
| HSV(B) | 290º | 0.94% | 0.78% | - |
| XYZ | 26.26 | 12.56 | 54.47 | - |
| YUV | 79.55 | 194.85 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 198 | 0.16 | 0.94 | 0 | 0.22 | 290 | 0.89 | 0.41 |
| Hex | A7 | C | C6 | 10 | 5E | 0 | 16 | 122 | 59 | 29 |
| Octal | 247 | 14 | 306 | 20 | 136 | 0 | 26 | 442 | 131 | 51 |
| Binary | 10100111 | 1100 | 11000110 | 10000 | 1011110 | 0 | 10110 | 100100010 | 1011001 | 101001 |
Color Harmonies of #A70CC6
Complementary color
Monochromatic Colors of #A70CC6
Black with #A70CC6
Text Example
Text Example
White with #A70CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70CC6; }
p { color: rgb(167,12,198); }
H1.HeaderClassName
{
color: #A70CC6;
}
.AnyTagClassName
{
color: #A70CC6;
}
</style>
background-color css
<style>
a { background-color: #A70CC6; }
a { background-color: rgb(167,12,198); }
div.DivClassName
{
background-color: #A70CC6;
}
.BgClassName
{
background-color: #A70CC6;
}
</style>
border-color css
<style>
span { border-color: #A70CC6; }
span { border-color: rgb(167,12,198); }
td.TdClassName
{
border-color: #A70CC6;
}
.TagClassName
{
border-color: #A70CC6;
}
</style>