Shades of Dark Violet #A70EDA
Tints of Dark Violet #A70EDA
RGB
CMYK
RGB Variations
Color information
#A70EDA (or 0xA70EDA) is known color: Dark Violet. HEX triplet: A7, 0E and DA. RGB value is (167,14,218). Sum of RGB (Red+Green+Blue) = 167+14+218=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #A70EDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70EDA is #58F125. Grayscale: #525252. Windows color (decimal): -5828902 or 14290599. OLE color: 14290599.
HSL color Cylindrical-coordinate representation of color #A70EDA: hue angle of 285º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70EDA is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 14 | 218 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.15 |
| HSL | 285º | 0.88% | 0.45% | - |
| HSV(B) | 285º | 0.94% | 0.85% | - |
| XYZ | 28.75 | 13.59 | 67.44 | - |
| YUV | 83 | 204.19 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 14 | 218 | 0.23 | 0.94 | 0 | 0.15 | 285 | 0.88 | 0.45 |
| Hex | A7 | E | DA | 17 | 5E | 0 | F | 11D | 58 | 2D |
| Octal | 247 | 16 | 332 | 27 | 136 | 0 | 17 | 435 | 130 | 55 |
| Binary | 10100111 | 1110 | 11011010 | 10111 | 1011110 | 0 | 1111 | 100011101 | 1011000 | 101101 |
Color Harmonies of #A70EDA
Complementary color
Monochromatic Colors of #A70EDA
Black with #A70EDA
Text Example
Text Example
White with #A70EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70EDA; }
p { color: rgb(167,14,218); }
H1.HeaderClassName
{
color: #A70EDA;
}
.AnyTagClassName
{
color: #A70EDA;
}
</style>
background-color css
<style>
a { background-color: #A70EDA; }
a { background-color: rgb(167,14,218); }
div.DivClassName
{
background-color: #A70EDA;
}
.BgClassName
{
background-color: #A70EDA;
}
</style>
border-color css
<style>
span { border-color: #A70EDA; }
span { border-color: rgb(167,14,218); }
td.TdClassName
{
border-color: #A70EDA;
}
.TagClassName
{
border-color: #A70EDA;
}
</style>