Shades of Dark Violet #A70DC8
Tints of Dark Violet #A70DC8
RGB
CMYK
RGB Variations
Color information
#A70DC8 (or 0xA70DC8) is known color: Dark Violet. HEX triplet: A7, 0D and C8. RGB value is (167,13,200). Sum of RGB (Red+Green+Blue) = 167+13+200=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #A70DC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70DC8 is #58F237. Grayscale: #4F4F4F. Windows color (decimal): -5829176 or 13110695. OLE color: 13110695.
HSL color Cylindrical-coordinate representation of color #A70DC8: hue angle of 289.41º degrees, saturation: 0.88, 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 #A70DC8 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 13 | 200 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.22 |
| HSL | 289.41º | 0.88% | 0.42% | - |
| HSV(B) | 289.41º | 0.94% | 0.78% | - |
| XYZ | 26.51 | 12.67 | 55.69 | - |
| YUV | 80.36 | 195.52 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 13 | 200 | 0.16 | 0.94 | 0 | 0.22 | 289.41 | 0.88 | 0.42 |
| Hex | A7 | D | C8 | 10 | 5E | 0 | 16 | 121 | 58 | 2A |
| Octal | 247 | 15 | 310 | 20 | 136 | 0 | 26 | 441 | 130 | 52 |
| Binary | 10100111 | 1101 | 11001000 | 10000 | 1011110 | 0 | 10110 | 100100001 | 1011000 | 101010 |
Color Harmonies of #A70DC8
Complementary color
Monochromatic Colors of #A70DC8
Black with #A70DC8
Text Example
Text Example
White with #A70DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70DC8; }
p { color: rgb(167,13,200); }
H1.HeaderClassName
{
color: #A70DC8;
}
.AnyTagClassName
{
color: #A70DC8;
}
</style>
background-color css
<style>
a { background-color: #A70DC8; }
a { background-color: rgb(167,13,200); }
div.DivClassName
{
background-color: #A70DC8;
}
.BgClassName
{
background-color: #A70DC8;
}
</style>
border-color css
<style>
span { border-color: #A70DC8; }
span { border-color: rgb(167,13,200); }
td.TdClassName
{
border-color: #A70DC8;
}
.TagClassName
{
border-color: #A70DC8;
}
</style>