Shades of Dark Violet #A705C7
Tints of Dark Violet #A705C7
RGB
CMYK
RGB Variations
Color information
#A705C7 (or 0xA705C7) is known color: Dark Violet. HEX triplet: A7, 05 and C7. RGB value is (167,5,199). Sum of RGB (Red+Green+Blue) = 167+5+199=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 199 (78.12% from 255 or 53.64% from 371); Max value from RGB is 199 - color contains mainly: blue. Hex color #A705C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A705C7 is #58FA38. Grayscale: #4A4A4A. Windows color (decimal): -5831225 or 13043111. OLE color: 13043111.
HSL color Cylindrical-coordinate representation of color #A705C7: hue angle of 290.1º 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 #A705C7 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 5 | 199 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.22 |
| HSL | 290.1º | 0.95% | 0.4% | - |
| HSV(B) | 290.1º | 0.97% | 0.78% | - |
| XYZ | 26.3 | 12.45 | 55.05 | - |
| YUV | 75.55 | 197.67 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 199 | 0.16 | 0.97 | 0 | 0.22 | 290.1 | 0.95 | 0.4 |
| Hex | A7 | 5 | C7 | 10 | 61 | 0 | 16 | 122 | 5F | 28 |
| Octal | 247 | 5 | 307 | 20 | 141 | 0 | 26 | 442 | 137 | 50 |
| Binary | 10100111 | 101 | 11000111 | 10000 | 1100001 | 0 | 10110 | 100100010 | 1011111 | 101000 |
Color Harmonies of #A705C7
Complementary color
Monochromatic Colors of #A705C7
Black with #A705C7
Text Example
Text Example
White with #A705C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A705C7; }
p { color: rgb(167,5,199); }
H1.HeaderClassName
{
color: #A705C7;
}
.AnyTagClassName
{
color: #A705C7;
}
</style>
background-color css
<style>
a { background-color: #A705C7; }
a { background-color: rgb(167,5,199); }
div.DivClassName
{
background-color: #A705C7;
}
.BgClassName
{
background-color: #A705C7;
}
</style>
border-color css
<style>
span { border-color: #A705C7; }
span { border-color: rgb(167,5,199); }
td.TdClassName
{
border-color: #A705C7;
}
.TagClassName
{
border-color: #A705C7;
}
</style>