Shades of Dark Violet #A70DCD
Tints of Dark Violet #A70DCD
RGB
CMYK
RGB Variations
Color information
#A70DCD (or 0xA70DCD) is known color: Dark Violet. HEX triplet: A7, 0D and CD. RGB value is (167,13,205). Sum of RGB (Red+Green+Blue) = 167+13+205=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #A70DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70DCD is #58F232. Grayscale: #505050. Windows color (decimal): -5829171 or 13438375. OLE color: 13438375.
HSL color Cylindrical-coordinate representation of color #A70DCD: hue angle of 288.12º 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 #A70DCD is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 13 | 205 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.20 |
| HSL | 288.13º | 0.88% | 0.43% | - |
| HSV(B) | 288.13º | 0.94% | 0.8% | - |
| XYZ | 27.1 | 12.91 | 58.82 | - |
| YUV | 80.93 | 198.02 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 13 | 205 | 0.19 | 0.94 | 0 | 0.20 | 288.13 | 0.88 | 0.43 |
| Hex | A7 | D | CD | 13 | 5E | 0 | 14 | 120 | 58 | 2B |
| Octal | 247 | 15 | 315 | 23 | 136 | 0 | 24 | 440 | 130 | 53 |
| Binary | 10100111 | 1101 | 11001101 | 10011 | 1011110 | 0 | 10100 | 100100000 | 1011000 | 101011 |
Color Harmonies of #A70DCD
Complementary color
Monochromatic Colors of #A70DCD
Black with #A70DCD
Text Example
Text Example
White with #A70DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70DCD; }
p { color: rgb(167,13,205); }
H1.HeaderClassName
{
color: #A70DCD;
}
.AnyTagClassName
{
color: #A70DCD;
}
</style>
background-color css
<style>
a { background-color: #A70DCD; }
a { background-color: rgb(167,13,205); }
div.DivClassName
{
background-color: #A70DCD;
}
.BgClassName
{
background-color: #A70DCD;
}
</style>
border-color css
<style>
span { border-color: #A70DCD; }
span { border-color: rgb(167,13,205); }
td.TdClassName
{
border-color: #A70DCD;
}
.TagClassName
{
border-color: #A70DCD;
}
</style>