Shades of Dark Violet #A70DCC
Tints of Dark Violet #A70DCC
RGB
CMYK
RGB Variations
Color information
#A70DCC (or 0xA70DCC) is known color: Dark Violet. HEX triplet: A7, 0D and CC. RGB value is (167,13,204). Sum of RGB (Red+Green+Blue) = 167+13+204=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 13 (5.47% from 255 or 3.39% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #A70DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70DCC is #58F233. Grayscale: #505050. Windows color (decimal): -5829172 or 13372839. OLE color: 13372839.
HSL color Cylindrical-coordinate representation of color #A70DCC: hue angle of 288.38º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70DCC is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 13 | 204 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.2 |
| HSL | 288.38º | 0.88% | 0.43% | - |
| HSV(B) | 288.38º | 0.94% | 0.8% | - |
| XYZ | 26.98 | 12.86 | 58.19 | - |
| YUV | 80.82 | 197.52 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 13 | 204 | 0.18 | 0.94 | 0 | 0.2 | 288.38 | 0.88 | 0.43 |
| Hex | A7 | D | CC | 12 | 5E | 0 | 14 | 120 | 58 | 2B |
| Octal | 247 | 15 | 314 | 22 | 136 | 0 | 24 | 440 | 130 | 53 |
| Binary | 10100111 | 1101 | 11001100 | 10010 | 1011110 | 0 | 10100 | 100100000 | 1011000 | 101011 |
Color Harmonies of #A70DCC
Complementary color
Monochromatic Colors of #A70DCC
Black with #A70DCC
Text Example
Text Example
White with #A70DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70DCC; }
p { color: rgb(167,13,204); }
H1.HeaderClassName
{
color: #A70DCC;
}
.AnyTagClassName
{
color: #A70DCC;
}
</style>
background-color css
<style>
a { background-color: #A70DCC; }
a { background-color: rgb(167,13,204); }
div.DivClassName
{
background-color: #A70DCC;
}
.BgClassName
{
background-color: #A70DCC;
}
</style>
border-color css
<style>
span { border-color: #A70DCC; }
span { border-color: rgb(167,13,204); }
td.TdClassName
{
border-color: #A70DCC;
}
.TagClassName
{
border-color: #A70DCC;
}
</style>