Shades of Dark Violet #A705C2
Tints of Dark Violet #A705C2
RGB
CMYK
RGB Variations
Color information
#A705C2 (or 0xA705C2) is known color: Dark Violet. HEX triplet: A7, 05 and C2. RGB value is (167,5,194). Sum of RGB (Red+Green+Blue) = 167+5+194=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 194 (76.17% from 255 or 53.01% from 366); Max value from RGB is 194 - color contains mainly: blue. Hex color #A705C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A705C2 is #58FA3D. Grayscale: #4A4A4A. Windows color (decimal): -5831230 or 12715431. OLE color: 12715431.
HSL color Cylindrical-coordinate representation of color #A705C2: hue angle of 291.43º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A705C2 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 5 | 194 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.24 |
| HSL | 291.43º | 0.95% | 0.39% | - |
| HSV(B) | 291.43º | 0.97% | 0.76% | - |
| XYZ | 25.73 | 12.22 | 52.04 | - |
| YUV | 74.98 | 195.17 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 194 | 0.14 | 0.97 | 0 | 0.24 | 291.43 | 0.95 | 0.39 |
| Hex | A7 | 5 | C2 | E | 61 | 0 | 18 | 123 | 5F | 27 |
| Octal | 247 | 5 | 302 | 16 | 141 | 0 | 30 | 443 | 137 | 47 |
| Binary | 10100111 | 101 | 11000010 | 1110 | 1100001 | 0 | 11000 | 100100011 | 1011111 | 100111 |
Color Harmonies of #A705C2
Complementary color
Monochromatic Colors of #A705C2
Black with #A705C2
Text Example
Text Example
White with #A705C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A705C2; }
p { color: rgb(167,5,194); }
H1.HeaderClassName
{
color: #A705C2;
}
.AnyTagClassName
{
color: #A705C2;
}
</style>
background-color css
<style>
a { background-color: #A705C2; }
a { background-color: rgb(167,5,194); }
div.DivClassName
{
background-color: #A705C2;
}
.BgClassName
{
background-color: #A705C2;
}
</style>
border-color css
<style>
span { border-color: #A705C2; }
span { border-color: rgb(167,5,194); }
td.TdClassName
{
border-color: #A705C2;
}
.TagClassName
{
border-color: #A705C2;
}
</style>