Shades of Dark Violet #A70ECF
Tints of Dark Violet #A70ECF
RGB
CMYK
RGB Variations
Color information
#A70ECF (or 0xA70ECF) is known color: Dark Violet. HEX triplet: A7, 0E and CF. RGB value is (167,14,207). Sum of RGB (Red+Green+Blue) = 167+14+207=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #A70ECF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70ECF is #58F130. Grayscale: #515151. Windows color (decimal): -5828913 or 13569703. OLE color: 13569703.
HSL color Cylindrical-coordinate representation of color #A70ECF: hue angle of 287.56º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70ECF is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 14 | 207 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.19 |
| HSL | 287.56º | 0.87% | 0.43% | - |
| HSV(B) | 287.56º | 0.93% | 0.81% | - |
| XYZ | 27.36 | 13.03 | 60.11 | - |
| YUV | 81.75 | 198.69 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 14 | 207 | 0.19 | 0.93 | 0 | 0.19 | 287.56 | 0.87 | 0.43 |
| Hex | A7 | E | CF | 13 | 5D | 0 | 13 | 120 | 57 | 2B |
| Octal | 247 | 16 | 317 | 23 | 135 | 0 | 23 | 440 | 127 | 53 |
| Binary | 10100111 | 1110 | 11001111 | 10011 | 1011101 | 0 | 10011 | 100100000 | 1010111 | 101011 |
Color Harmonies of #A70ECF
Complementary color
Monochromatic Colors of #A70ECF
Black with #A70ECF
Text Example
Text Example
White with #A70ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70ECF; }
p { color: rgb(167,14,207); }
H1.HeaderClassName
{
color: #A70ECF;
}
.AnyTagClassName
{
color: #A70ECF;
}
</style>
background-color css
<style>
a { background-color: #A70ECF; }
a { background-color: rgb(167,14,207); }
div.DivClassName
{
background-color: #A70ECF;
}
.BgClassName
{
background-color: #A70ECF;
}
</style>
border-color css
<style>
span { border-color: #A70ECF; }
span { border-color: rgb(167,14,207); }
td.TdClassName
{
border-color: #A70ECF;
}
.TagClassName
{
border-color: #A70ECF;
}
</style>