Shades of Dark Violet #A70FC0
Tints of Dark Violet #A70FC0
RGB
CMYK
RGB Variations
Color information
#A70FC0 (or 0xA70FC0) is known color: Dark Violet. HEX triplet: A7, 0F and C0. RGB value is (167,15,192). Sum of RGB (Red+Green+Blue) = 167+15+192=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #A70FC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70FC0 is #58F03F. Grayscale: #505050. Windows color (decimal): -5828672 or 12586919. OLE color: 12586919.
HSL color Cylindrical-coordinate representation of color #A70FC0: hue angle of 291.53º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A70FC0 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 15 | 192 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.25 |
| HSL | 291.53º | 0.86% | 0.41% | - |
| HSV(B) | 291.53º | 0.92% | 0.75% | - |
| XYZ | 25.62 | 12.36 | 50.91 | - |
| YUV | 80.63 | 190.86 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 192 | 0.13 | 0.92 | 0 | 0.25 | 291.53 | 0.86 | 0.41 |
| Hex | A7 | F | C0 | D | 5C | 0 | 19 | 124 | 56 | 29 |
| Octal | 247 | 17 | 300 | 15 | 134 | 0 | 31 | 444 | 126 | 51 |
| Binary | 10100111 | 1111 | 11000000 | 1101 | 1011100 | 0 | 11001 | 100100100 | 1010110 | 101001 |
Color Harmonies of #A70FC0
Complementary color
Monochromatic Colors of #A70FC0
Black with #A70FC0
Text Example
Text Example
White with #A70FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70FC0; }
p { color: rgb(167,15,192); }
H1.HeaderClassName
{
color: #A70FC0;
}
.AnyTagClassName
{
color: #A70FC0;
}
</style>
background-color css
<style>
a { background-color: #A70FC0; }
a { background-color: rgb(167,15,192); }
div.DivClassName
{
background-color: #A70FC0;
}
.BgClassName
{
background-color: #A70FC0;
}
</style>
border-color css
<style>
span { border-color: #A70FC0; }
span { border-color: rgb(167,15,192); }
td.TdClassName
{
border-color: #A70FC0;
}
.TagClassName
{
border-color: #A70FC0;
}
</style>