Shades of Dark Violet #A70EEA
Tints of Dark Violet #A70EEA
RGB
CMYK
RGB Variations
Color information
#A70EEA (or 0xA70EEA) is known color: Dark Violet. HEX triplet: A7, 0E and EA. RGB value is (167,14,234). Sum of RGB (Red+Green+Blue) = 167+14+234=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 14 (5.86% from 255 or 3.37% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #A70EEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70EEA is #58F115. Grayscale: #545454. Windows color (decimal): -5828886 or 15339175. OLE color: 15339175.
HSL color Cylindrical-coordinate representation of color #A70EEA: hue angle of 281.73º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70EEA is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 14 | 234 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.08 |
| HSL | 281.73º | 0.89% | 0.49% | - |
| HSV(B) | 281.73º | 0.94% | 0.92% | - |
| XYZ | 30.94 | 14.47 | 79 | - |
| YUV | 84.83 | 212.19 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 14 | 234 | 0.29 | 0.94 | 0 | 0.08 | 281.73 | 0.89 | 0.49 |
| Hex | A7 | E | EA | 1D | 5E | 0 | 8 | 11A | 59 | 31 |
| Octal | 247 | 16 | 352 | 35 | 136 | 0 | 10 | 432 | 131 | 61 |
| Binary | 10100111 | 1110 | 11101010 | 11101 | 1011110 | 0 | 1000 | 100011010 | 1011001 | 110001 |
Color Harmonies of #A70EEA
Complementary color
Monochromatic Colors of #A70EEA
Black with #A70EEA
Text Example
Text Example
White with #A70EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70EEA; }
p { color: rgb(167,14,234); }
H1.HeaderClassName
{
color: #A70EEA;
}
.AnyTagClassName
{
color: #A70EEA;
}
</style>
background-color css
<style>
a { background-color: #A70EEA; }
a { background-color: rgb(167,14,234); }
div.DivClassName
{
background-color: #A70EEA;
}
.BgClassName
{
background-color: #A70EEA;
}
</style>
border-color css
<style>
span { border-color: #A70EEA; }
span { border-color: rgb(167,14,234); }
td.TdClassName
{
border-color: #A70EEA;
}
.TagClassName
{
border-color: #A70EEA;
}
</style>