Shades of Dark Violet #A705B7
Tints of Dark Violet #A705B7
RGB
CMYK
RGB Variations
Color information
#A705B7 (or 0xA705B7) is known color: Dark Violet. HEX triplet: A7, 05 and B7. RGB value is (167,5,183). Sum of RGB (Red+Green+Blue) = 167+5+183=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 183 (71.88% from 255 or 51.55% from 355); Max value from RGB is 183 - color contains mainly: blue. Hex color #A705B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A705B7 is #58FA48. Grayscale: #494949. Windows color (decimal): -5831241 or 11994535. OLE color: 11994535.
HSL color Cylindrical-coordinate representation of color #A705B7: hue angle of 294.61º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A705B7 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 5 | 183 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.28 |
| HSL | 294.61º | 0.95% | 0.37% | - |
| HSV(B) | 294.61º | 0.97% | 0.72% | - |
| XYZ | 24.54 | 11.74 | 45.77 | - |
| YUV | 73.73 | 189.67 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 183 | 0.09 | 0.97 | 0 | 0.28 | 294.61 | 0.95 | 0.37 |
| Hex | A7 | 5 | B7 | 9 | 61 | 0 | 1C | 127 | 5F | 25 |
| Octal | 247 | 5 | 267 | 11 | 141 | 0 | 34 | 447 | 137 | 45 |
| Binary | 10100111 | 101 | 10110111 | 1001 | 1100001 | 0 | 11100 | 100100111 | 1011111 | 100101 |
Color Harmonies of #A705B7
Complementary color
Monochromatic Colors of #A705B7
Black with #A705B7
Text Example
Text Example
White with #A705B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A705B7; }
p { color: rgb(167,5,183); }
H1.HeaderClassName
{
color: #A705B7;
}
.AnyTagClassName
{
color: #A705B7;
}
</style>
background-color css
<style>
a { background-color: #A705B7; }
a { background-color: rgb(167,5,183); }
div.DivClassName
{
background-color: #A705B7;
}
.BgClassName
{
background-color: #A705B7;
}
</style>
border-color css
<style>
span { border-color: #A705B7; }
span { border-color: rgb(167,5,183); }
td.TdClassName
{
border-color: #A705B7;
}
.TagClassName
{
border-color: #A705B7;
}
</style>