Shades of Dark Violet #A705C6
Tints of Dark Violet #A705C6
RGB
CMYK
RGB Variations
Color information
#A705C6 (or 0xA705C6) is known color: Dark Violet. HEX triplet: A7, 05 and C6. RGB value is (167,5,198). Sum of RGB (Red+Green+Blue) = 167+5+198=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 198 (77.73% from 255 or 53.51% from 370); Max value from RGB is 198 - color contains mainly: blue. Hex color #A705C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A705C6 is #58FA39. Grayscale: #4A4A4A. Windows color (decimal): -5831226 or 12977575. OLE color: 12977575.
HSL color Cylindrical-coordinate representation of color #A705C6: hue angle of 290.36º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A705C6 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 5 | 198 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.22 |
| HSL | 290.36º | 0.95% | 0.4% | - |
| HSV(B) | 290.36º | 0.97% | 0.78% | - |
| XYZ | 26.18 | 12.4 | 54.44 | - |
| YUV | 75.44 | 197.17 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 198 | 0.16 | 0.97 | 0 | 0.22 | 290.36 | 0.95 | 0.4 |
| Hex | A7 | 5 | C6 | 10 | 61 | 0 | 16 | 122 | 5F | 28 |
| Octal | 247 | 5 | 306 | 20 | 141 | 0 | 26 | 442 | 137 | 50 |
| Binary | 10100111 | 101 | 11000110 | 10000 | 1100001 | 0 | 10110 | 100100010 | 1011111 | 101000 |
Color Harmonies of #A705C6
Complementary color
Monochromatic Colors of #A705C6
Black with #A705C6
Text Example
Text Example
White with #A705C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A705C6; }
p { color: rgb(167,5,198); }
H1.HeaderClassName
{
color: #A705C6;
}
.AnyTagClassName
{
color: #A705C6;
}
</style>
background-color css
<style>
a { background-color: #A705C6; }
a { background-color: rgb(167,5,198); }
div.DivClassName
{
background-color: #A705C6;
}
.BgClassName
{
background-color: #A705C6;
}
</style>
border-color css
<style>
span { border-color: #A705C6; }
span { border-color: rgb(167,5,198); }
td.TdClassName
{
border-color: #A705C6;
}
.TagClassName
{
border-color: #A705C6;
}
</style>