Shades of Dark Violet #A705CE
Tints of Dark Violet #A705CE
RGB
CMYK
RGB Variations
Color information
#A705CE (or 0xA705CE) is known color: Dark Violet. HEX triplet: A7, 05 and CE. RGB value is (167,5,206). Sum of RGB (Red+Green+Blue) = 167+5+206=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #A705CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A705CE is #58FA31. Grayscale: #4B4B4B. Windows color (decimal): -5831218 or 13501863. OLE color: 13501863.
HSL color Cylindrical-coordinate representation of color #A705CE: hue angle of 288.36º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A705CE is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 5 | 206 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.19 |
| HSL | 288.36º | 0.95% | 0.41% | - |
| HSV(B) | 288.36º | 0.98% | 0.81% | - |
| XYZ | 27.13 | 12.78 | 59.43 | - |
| YUV | 76.35 | 201.17 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 206 | 0.19 | 0.98 | 0 | 0.19 | 288.36 | 0.95 | 0.41 |
| Hex | A7 | 5 | CE | 13 | 62 | 0 | 13 | 120 | 5F | 29 |
| Octal | 247 | 5 | 316 | 23 | 142 | 0 | 23 | 440 | 137 | 51 |
| Binary | 10100111 | 101 | 11001110 | 10011 | 1100010 | 0 | 10011 | 100100000 | 1011111 | 101001 |
Color Harmonies of #A705CE
Complementary color
Monochromatic Colors of #A705CE
Black with #A705CE
Text Example
Text Example
White with #A705CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A705CE; }
p { color: rgb(167,5,206); }
H1.HeaderClassName
{
color: #A705CE;
}
.AnyTagClassName
{
color: #A705CE;
}
</style>
background-color css
<style>
a { background-color: #A705CE; }
a { background-color: rgb(167,5,206); }
div.DivClassName
{
background-color: #A705CE;
}
.BgClassName
{
background-color: #A705CE;
}
</style>
border-color css
<style>
span { border-color: #A705CE; }
span { border-color: rgb(167,5,206); }
td.TdClassName
{
border-color: #A705CE;
}
.TagClassName
{
border-color: #A705CE;
}
</style>