Shades of Dark Violet #A70CE2
Tints of Dark Violet #A70CE2
RGB
CMYK
RGB Variations
Color information
#A70CE2 (or 0xA70CE2) is known color: Dark Violet. HEX triplet: A7, 0C and E2. RGB value is (167,12,226). Sum of RGB (Red+Green+Blue) = 167+12+226=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 226 (88.67% from 255 or 55.80% from 405); Max value from RGB is 226 - color contains mainly: blue. Hex color #A70CE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70CE2 is #58F31D. Grayscale: #525252. Windows color (decimal): -5829406 or 14814375. OLE color: 14814375.
HSL color Cylindrical-coordinate representation of color #A70CE2: hue angle of 283.46º 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 #A70CE2 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 12 | 226 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.11 |
| HSL | 283.46º | 0.9% | 0.47% | - |
| HSV(B) | 283.46º | 0.95% | 0.89% | - |
| XYZ | 29.8 | 13.97 | 73.08 | - |
| YUV | 82.74 | 208.85 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 226 | 0.26 | 0.95 | 0 | 0.11 | 283.46 | 0.9 | 0.47 |
| Hex | A7 | C | E2 | 1A | 5F | 0 | B | 11B | 5A | 2F |
| Octal | 247 | 14 | 342 | 32 | 137 | 0 | 13 | 433 | 132 | 57 |
| Binary | 10100111 | 1100 | 11100010 | 11010 | 1011111 | 0 | 1011 | 100011011 | 1011010 | 101111 |
Color Harmonies of #A70CE2
Complementary color
Monochromatic Colors of #A70CE2
Black with #A70CE2
Text Example
Text Example
White with #A70CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70CE2; }
p { color: rgb(167,12,226); }
H1.HeaderClassName
{
color: #A70CE2;
}
.AnyTagClassName
{
color: #A70CE2;
}
</style>
background-color css
<style>
a { background-color: #A70CE2; }
a { background-color: rgb(167,12,226); }
div.DivClassName
{
background-color: #A70CE2;
}
.BgClassName
{
background-color: #A70CE2;
}
</style>
border-color css
<style>
span { border-color: #A70CE2; }
span { border-color: rgb(167,12,226); }
td.TdClassName
{
border-color: #A70CE2;
}
.TagClassName
{
border-color: #A70CE2;
}
</style>