Shades of Dark Violet #A705C5
Tints of Dark Violet #A705C5
RGB
CMYK
RGB Variations
Color information
#A705C5 (or 0xA705C5) is known color: Dark Violet. HEX triplet: A7, 05 and C5. RGB value is (167,5,197). Sum of RGB (Red+Green+Blue) = 167+5+197=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 197 (77.34% from 255 or 53.39% from 369); Max value from RGB is 197 - color contains mainly: blue. Hex color #A705C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A705C5 is #58FA3A. Grayscale: #4A4A4A. Windows color (decimal): -5831227 or 12912039. OLE color: 12912039.
HSL color Cylindrical-coordinate representation of color #A705C5: hue angle of 290.62º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A705C5 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 5 | 197 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.23 |
| HSL | 290.63º | 0.95% | 0.4% | - |
| HSV(B) | 290.63º | 0.97% | 0.77% | - |
| XYZ | 26.07 | 12.36 | 53.83 | - |
| YUV | 75.33 | 196.67 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 197 | 0.15 | 0.97 | 0 | 0.23 | 290.63 | 0.95 | 0.4 |
| Hex | A7 | 5 | C5 | F | 61 | 0 | 17 | 123 | 5F | 28 |
| Octal | 247 | 5 | 305 | 17 | 141 | 0 | 27 | 443 | 137 | 50 |
| Binary | 10100111 | 101 | 11000101 | 1111 | 1100001 | 0 | 10111 | 100100011 | 1011111 | 101000 |
Color Harmonies of #A705C5
Complementary color
Monochromatic Colors of #A705C5
Black with #A705C5
Text Example
Text Example
White with #A705C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A705C5; }
p { color: rgb(167,5,197); }
H1.HeaderClassName
{
color: #A705C5;
}
.AnyTagClassName
{
color: #A705C5;
}
</style>
background-color css
<style>
a { background-color: #A705C5; }
a { background-color: rgb(167,5,197); }
div.DivClassName
{
background-color: #A705C5;
}
.BgClassName
{
background-color: #A705C5;
}
</style>
border-color css
<style>
span { border-color: #A705C5; }
span { border-color: rgb(167,5,197); }
td.TdClassName
{
border-color: #A705C5;
}
.TagClassName
{
border-color: #A705C5;
}
</style>