Shades of Dark Violet #A70ACD
Tints of Dark Violet #A70ACD
RGB
CMYK
RGB Variations
Color information
#A70ACD (or 0xA70ACD) is known color: Dark Violet. HEX triplet: A7, 0A and CD. RGB value is (167,10,205). Sum of RGB (Red+Green+Blue) = 167+10+205=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #A70ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70ACD is #58F532. Grayscale: #4E4E4E. Windows color (decimal): -5829939 or 13437607. OLE color: 13437607.
HSL color Cylindrical-coordinate representation of color #A70ACD: hue angle of 288.31º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70ACD is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 10 | 205 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.20 |
| HSL | 288.31º | 0.91% | 0.42% | - |
| HSV(B) | 288.31º | 0.95% | 0.8% | - |
| XYZ | 27.06 | 12.84 | 58.81 | - |
| YUV | 79.17 | 199.01 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 10 | 205 | 0.19 | 0.95 | 0 | 0.20 | 288.31 | 0.91 | 0.42 |
| Hex | A7 | A | CD | 13 | 5F | 0 | 14 | 120 | 5B | 2A |
| Octal | 247 | 12 | 315 | 23 | 137 | 0 | 24 | 440 | 133 | 52 |
| Binary | 10100111 | 1010 | 11001101 | 10011 | 1011111 | 0 | 10100 | 100100000 | 1011011 | 101010 |
Color Harmonies of #A70ACD
Complementary color
Monochromatic Colors of #A70ACD
Black with #A70ACD
Text Example
Text Example
White with #A70ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70ACD; }
p { color: rgb(167,10,205); }
H1.HeaderClassName
{
color: #A70ACD;
}
.AnyTagClassName
{
color: #A70ACD;
}
</style>
background-color css
<style>
a { background-color: #A70ACD; }
a { background-color: rgb(167,10,205); }
div.DivClassName
{
background-color: #A70ACD;
}
.BgClassName
{
background-color: #A70ACD;
}
</style>
border-color css
<style>
span { border-color: #A70ACD; }
span { border-color: rgb(167,10,205); }
td.TdClassName
{
border-color: #A70ACD;
}
.TagClassName
{
border-color: #A70ACD;
}
</style>