Shades of Dark Violet #A705C0
Tints of Dark Violet #A705C0
RGB
CMYK
RGB Variations
Color information
#A705C0 (or 0xA705C0) is known color: Dark Violet. HEX triplet: A7, 05 and C0. RGB value is (167,5,192). Sum of RGB (Red+Green+Blue) = 167+5+192=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #A705C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A705C0 is #58FA3F. Grayscale: #4A4A4A. Windows color (decimal): -5831232 or 12584359. OLE color: 12584359.
HSL color Cylindrical-coordinate representation of color #A705C0: hue angle of 291.98º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A705C0 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 5 | 192 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.25 |
| HSL | 291.98º | 0.95% | 0.39% | - |
| HSV(B) | 291.98º | 0.97% | 0.75% | - |
| XYZ | 25.51 | 12.13 | 50.87 | - |
| YUV | 74.76 | 194.17 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 192 | 0.13 | 0.97 | 0 | 0.25 | 291.98 | 0.95 | 0.39 |
| Hex | A7 | 5 | C0 | D | 61 | 0 | 19 | 124 | 5F | 27 |
| Octal | 247 | 5 | 300 | 15 | 141 | 0 | 31 | 444 | 137 | 47 |
| Binary | 10100111 | 101 | 11000000 | 1101 | 1100001 | 0 | 11001 | 100100100 | 1011111 | 100111 |
Color Harmonies of #A705C0
Complementary color
Monochromatic Colors of #A705C0
Black with #A705C0
Text Example
Text Example
White with #A705C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A705C0; }
p { color: rgb(167,5,192); }
H1.HeaderClassName
{
color: #A705C0;
}
.AnyTagClassName
{
color: #A705C0;
}
</style>
background-color css
<style>
a { background-color: #A705C0; }
a { background-color: rgb(167,5,192); }
div.DivClassName
{
background-color: #A705C0;
}
.BgClassName
{
background-color: #A705C0;
}
</style>
border-color css
<style>
span { border-color: #A705C0; }
span { border-color: rgb(167,5,192); }
td.TdClassName
{
border-color: #A705C0;
}
.TagClassName
{
border-color: #A705C0;
}
</style>