Shades of Dark Violet #A70ECC
Tints of Dark Violet #A70ECC
RGB
CMYK
RGB Variations
Color information
#A70ECC (or 0xA70ECC) is known color: Dark Violet. HEX triplet: A7, 0E and CC. RGB value is (167,14,204). Sum of RGB (Red+Green+Blue) = 167+14+204=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #A70ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70ECC is #58F133. Grayscale: #505050. Windows color (decimal): -5828916 or 13373095. OLE color: 13373095.
HSL color Cylindrical-coordinate representation of color #A70ECC: hue angle of 288.32º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70ECC is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 14 | 204 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.2 |
| HSL | 288.32º | 0.87% | 0.43% | - |
| HSV(B) | 288.32º | 0.93% | 0.8% | - |
| XYZ | 26.99 | 12.89 | 58.19 | - |
| YUV | 81.41 | 197.19 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 14 | 204 | 0.18 | 0.93 | 0 | 0.2 | 288.32 | 0.87 | 0.43 |
| Hex | A7 | E | CC | 12 | 5D | 0 | 14 | 120 | 57 | 2B |
| Octal | 247 | 16 | 314 | 22 | 135 | 0 | 24 | 440 | 127 | 53 |
| Binary | 10100111 | 1110 | 11001100 | 10010 | 1011101 | 0 | 10100 | 100100000 | 1010111 | 101011 |
Color Harmonies of #A70ECC
Complementary color
Monochromatic Colors of #A70ECC
Black with #A70ECC
Text Example
Text Example
White with #A70ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70ECC; }
p { color: rgb(167,14,204); }
H1.HeaderClassName
{
color: #A70ECC;
}
.AnyTagClassName
{
color: #A70ECC;
}
</style>
background-color css
<style>
a { background-color: #A70ECC; }
a { background-color: rgb(167,14,204); }
div.DivClassName
{
background-color: #A70ECC;
}
.BgClassName
{
background-color: #A70ECC;
}
</style>
border-color css
<style>
span { border-color: #A70ECC; }
span { border-color: rgb(167,14,204); }
td.TdClassName
{
border-color: #A70ECC;
}
.TagClassName
{
border-color: #A70ECC;
}
</style>