Shades of Dark Violet #A70FE4
Tints of Dark Violet #A70FE4
RGB
CMYK
RGB Variations
Color information
#A70FE4 (or 0xA70FE4) is known color: Dark Violet. HEX triplet: A7, 0F and E4. RGB value is (167,15,228). Sum of RGB (Red+Green+Blue) = 167+15+228=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 228 (89.45% from 255 or 55.61% from 410); Max value from RGB is 228 - color contains mainly: blue. Hex color #A70FE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70FE4 is #58F01B. Grayscale: #545454. Windows color (decimal): -5828636 or 14946215. OLE color: 14946215.
HSL color Cylindrical-coordinate representation of color #A70FE4: hue angle of 282.82º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70FE4 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 15 | 228 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.11 |
| HSL | 282.82º | 0.88% | 0.48% | - |
| HSV(B) | 282.82º | 0.93% | 0.89% | - |
| XYZ | 30.11 | 14.16 | 74.54 | - |
| YUV | 84.73 | 208.86 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 228 | 0.27 | 0.93 | 0 | 0.11 | 282.82 | 0.88 | 0.48 |
| Hex | A7 | F | E4 | 1B | 5D | 0 | B | 11B | 58 | 30 |
| Octal | 247 | 17 | 344 | 33 | 135 | 0 | 13 | 433 | 130 | 60 |
| Binary | 10100111 | 1111 | 11100100 | 11011 | 1011101 | 0 | 1011 | 100011011 | 1011000 | 110000 |
Color Harmonies of #A70FE4
Complementary color
Monochromatic Colors of #A70FE4
Black with #A70FE4
Text Example
Text Example
White with #A70FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70FE4; }
p { color: rgb(167,15,228); }
H1.HeaderClassName
{
color: #A70FE4;
}
.AnyTagClassName
{
color: #A70FE4;
}
</style>
background-color css
<style>
a { background-color: #A70FE4; }
a { background-color: rgb(167,15,228); }
div.DivClassName
{
background-color: #A70FE4;
}
.BgClassName
{
background-color: #A70FE4;
}
</style>
border-color css
<style>
span { border-color: #A70FE4; }
span { border-color: rgb(167,15,228); }
td.TdClassName
{
border-color: #A70FE4;
}
.TagClassName
{
border-color: #A70FE4;
}
</style>