Shades of Dark Violet #A70EDD
Tints of Dark Violet #A70EDD
RGB
CMYK
RGB Variations
Color information
#A70EDD (or 0xA70EDD) is known color: Dark Violet. HEX triplet: A7, 0E and DD. RGB value is (167,14,221). Sum of RGB (Red+Green+Blue) = 167+14+221=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #A70EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70EDD is #58F122. Grayscale: #525252. Windows color (decimal): -5828899 or 14487207. OLE color: 14487207.
HSL color Cylindrical-coordinate representation of color #A70EDD: hue angle of 284.35º 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 #A70EDD is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 14 | 221 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.13 |
| HSL | 284.35º | 0.88% | 0.46% | - |
| HSV(B) | 284.35º | 0.94% | 0.87% | - |
| XYZ | 29.14 | 13.75 | 69.52 | - |
| YUV | 83.35 | 205.69 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 14 | 221 | 0.24 | 0.94 | 0 | 0.13 | 284.35 | 0.88 | 0.46 |
| Hex | A7 | E | DD | 18 | 5E | 0 | D | 11C | 58 | 2E |
| Octal | 247 | 16 | 335 | 30 | 136 | 0 | 15 | 434 | 130 | 56 |
| Binary | 10100111 | 1110 | 11011101 | 11000 | 1011110 | 0 | 1101 | 100011100 | 1011000 | 101110 |
Color Harmonies of #A70EDD
Complementary color
Monochromatic Colors of #A70EDD
Black with #A70EDD
Text Example
Text Example
White with #A70EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70EDD; }
p { color: rgb(167,14,221); }
H1.HeaderClassName
{
color: #A70EDD;
}
.AnyTagClassName
{
color: #A70EDD;
}
</style>
background-color css
<style>
a { background-color: #A70EDD; }
a { background-color: rgb(167,14,221); }
div.DivClassName
{
background-color: #A70EDD;
}
.BgClassName
{
background-color: #A70EDD;
}
</style>
border-color css
<style>
span { border-color: #A70EDD; }
span { border-color: rgb(167,14,221); }
td.TdClassName
{
border-color: #A70EDD;
}
.TagClassName
{
border-color: #A70EDD;
}
</style>