Shades of Dark Violet #A70EDF
Tints of Dark Violet #A70EDF
RGB
CMYK
RGB Variations
Color information
#A70EDF (or 0xA70EDF) is known color: Dark Violet. HEX triplet: A7, 0E and DF. RGB value is (167,14,223). Sum of RGB (Red+Green+Blue) = 167+14+223=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #A70EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70EDF is #58F120. Grayscale: #525252. Windows color (decimal): -5828897 or 14618279. OLE color: 14618279.
HSL color Cylindrical-coordinate representation of color #A70EDF: hue angle of 283.92º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70EDF is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 14 | 223 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.13 |
| HSL | 283.92º | 0.88% | 0.46% | - |
| HSV(B) | 283.92º | 0.94% | 0.87% | - |
| XYZ | 29.41 | 13.86 | 70.94 | - |
| YUV | 83.57 | 206.69 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 14 | 223 | 0.25 | 0.94 | 0 | 0.13 | 283.92 | 0.88 | 0.46 |
| Hex | A7 | E | DF | 19 | 5E | 0 | D | 11C | 58 | 2E |
| Octal | 247 | 16 | 337 | 31 | 136 | 0 | 15 | 434 | 130 | 56 |
| Binary | 10100111 | 1110 | 11011111 | 11001 | 1011110 | 0 | 1101 | 100011100 | 1011000 | 101110 |
Color Harmonies of #A70EDF
Complementary color
Monochromatic Colors of #A70EDF
Black with #A70EDF
Text Example
Text Example
White with #A70EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70EDF; }
p { color: rgb(167,14,223); }
H1.HeaderClassName
{
color: #A70EDF;
}
.AnyTagClassName
{
color: #A70EDF;
}
</style>
background-color css
<style>
a { background-color: #A70EDF; }
a { background-color: rgb(167,14,223); }
div.DivClassName
{
background-color: #A70EDF;
}
.BgClassName
{
background-color: #A70EDF;
}
</style>
border-color css
<style>
span { border-color: #A70EDF; }
span { border-color: rgb(167,14,223); }
td.TdClassName
{
border-color: #A70EDF;
}
.TagClassName
{
border-color: #A70EDF;
}
</style>