Shades of Dark Violet #A70EDC
Tints of Dark Violet #A70EDC
RGB
CMYK
RGB Variations
Color information
#A70EDC (or 0xA70EDC) is known color: Dark Violet. HEX triplet: A7, 0E and DC. RGB value is (167,14,220). Sum of RGB (Red+Green+Blue) = 167+14+220=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #A70EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70EDC is #58F123. Grayscale: #525252. Windows color (decimal): -5828900 or 14421671. OLE color: 14421671.
HSL color Cylindrical-coordinate representation of color #A70EDC: hue angle of 284.56º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70EDC is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 14 | 220 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.14 |
| HSL | 284.56º | 0.88% | 0.46% | - |
| HSV(B) | 284.56º | 0.94% | 0.86% | - |
| XYZ | 29.01 | 13.7 | 68.82 | - |
| YUV | 83.23 | 205.19 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 14 | 220 | 0.24 | 0.94 | 0 | 0.14 | 284.56 | 0.88 | 0.46 |
| Hex | A7 | E | DC | 18 | 5E | 0 | E | 11D | 58 | 2E |
| Octal | 247 | 16 | 334 | 30 | 136 | 0 | 16 | 435 | 130 | 56 |
| Binary | 10100111 | 1110 | 11011100 | 11000 | 1011110 | 0 | 1110 | 100011101 | 1011000 | 101110 |
Color Harmonies of #A70EDC
Complementary color
Monochromatic Colors of #A70EDC
Black with #A70EDC
Text Example
Text Example
White with #A70EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70EDC; }
p { color: rgb(167,14,220); }
H1.HeaderClassName
{
color: #A70EDC;
}
.AnyTagClassName
{
color: #A70EDC;
}
</style>
background-color css
<style>
a { background-color: #A70EDC; }
a { background-color: rgb(167,14,220); }
div.DivClassName
{
background-color: #A70EDC;
}
.BgClassName
{
background-color: #A70EDC;
}
</style>
border-color css
<style>
span { border-color: #A70EDC; }
span { border-color: rgb(167,14,220); }
td.TdClassName
{
border-color: #A70EDC;
}
.TagClassName
{
border-color: #A70EDC;
}
</style>