Shades of Dark Violet #A70CE4
Tints of Dark Violet #A70CE4
RGB
CMYK
RGB Variations
Color information
#A70CE4 (or 0xA70CE4) is known color: Dark Violet. HEX triplet: A7, 0C and E4. RGB value is (167,12,228). Sum of RGB (Red+Green+Blue) = 167+12+228=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 228 (89.45% from 255 or 56.02% from 407); Max value from RGB is 228 - color contains mainly: blue. Hex color #A70CE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70CE4 is #58F31B. Grayscale: #525252. Windows color (decimal): -5829404 or 14945447. OLE color: 14945447.
HSL color Cylindrical-coordinate representation of color #A70CE4: hue angle of 283.06º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70CE4 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 12 | 228 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.11 |
| HSL | 283.06º | 0.9% | 0.47% | - |
| HSV(B) | 283.06º | 0.95% | 0.89% | - |
| XYZ | 30.07 | 14.08 | 74.53 | - |
| YUV | 82.97 | 209.85 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 228 | 0.27 | 0.95 | 0 | 0.11 | 283.06 | 0.9 | 0.47 |
| Hex | A7 | C | E4 | 1B | 5F | 0 | B | 11B | 5A | 2F |
| Octal | 247 | 14 | 344 | 33 | 137 | 0 | 13 | 433 | 132 | 57 |
| Binary | 10100111 | 1100 | 11100100 | 11011 | 1011111 | 0 | 1011 | 100011011 | 1011010 | 101111 |
Color Harmonies of #A70CE4
Complementary color
Monochromatic Colors of #A70CE4
Black with #A70CE4
Text Example
Text Example
White with #A70CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70CE4; }
p { color: rgb(167,12,228); }
H1.HeaderClassName
{
color: #A70CE4;
}
.AnyTagClassName
{
color: #A70CE4;
}
</style>
background-color css
<style>
a { background-color: #A70CE4; }
a { background-color: rgb(167,12,228); }
div.DivClassName
{
background-color: #A70CE4;
}
.BgClassName
{
background-color: #A70CE4;
}
</style>
border-color css
<style>
span { border-color: #A70CE4; }
span { border-color: rgb(167,12,228); }
td.TdClassName
{
border-color: #A70CE4;
}
.TagClassName
{
border-color: #A70CE4;
}
</style>