Shades of Dark Violet #A70CE0
Tints of Dark Violet #A70CE0
RGB
CMYK
RGB Variations
Color information
#A70CE0 (or 0xA70CE0) is known color: Dark Violet. HEX triplet: A7, 0C and E0. RGB value is (167,12,224). Sum of RGB (Red+Green+Blue) = 167+12+224=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #A70CE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70CE0 is #58F31F. Grayscale: #515151. Windows color (decimal): -5829408 or 14683303. OLE color: 14683303.
HSL color Cylindrical-coordinate representation of color #A70CE0: hue angle of 283.87º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70CE0 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 12 | 224 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.12 |
| HSL | 283.87º | 0.9% | 0.46% | - |
| HSV(B) | 283.87º | 0.95% | 0.88% | - |
| XYZ | 29.52 | 13.86 | 71.64 | - |
| YUV | 82.51 | 207.85 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 224 | 0.25 | 0.95 | 0 | 0.12 | 283.87 | 0.9 | 0.46 |
| Hex | A7 | C | E0 | 19 | 5F | 0 | C | 11C | 5A | 2E |
| Octal | 247 | 14 | 340 | 31 | 137 | 0 | 14 | 434 | 132 | 56 |
| Binary | 10100111 | 1100 | 11100000 | 11001 | 1011111 | 0 | 1100 | 100011100 | 1011010 | 101110 |
Color Harmonies of #A70CE0
Complementary color
Monochromatic Colors of #A70CE0
Black with #A70CE0
Text Example
Text Example
White with #A70CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70CE0; }
p { color: rgb(167,12,224); }
H1.HeaderClassName
{
color: #A70CE0;
}
.AnyTagClassName
{
color: #A70CE0;
}
</style>
background-color css
<style>
a { background-color: #A70CE0; }
a { background-color: rgb(167,12,224); }
div.DivClassName
{
background-color: #A70CE0;
}
.BgClassName
{
background-color: #A70CE0;
}
</style>
border-color css
<style>
span { border-color: #A70CE0; }
span { border-color: rgb(167,12,224); }
td.TdClassName
{
border-color: #A70CE0;
}
.TagClassName
{
border-color: #A70CE0;
}
</style>