Shades of Dark Violet #A706C9
Tints of Dark Violet #A706C9
RGB
CMYK
RGB Variations
Color information
#A706C9 (or 0xA706C9) is known color: Dark Violet. HEX triplet: A7, 06 and C9. RGB value is (167,6,201). Sum of RGB (Red+Green+Blue) = 167+6+201=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 201 (78.91% from 255 or 53.74% from 374); Max value from RGB is 201 - color contains mainly: blue. Hex color #A706C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A706C9 is #58F936. Grayscale: #4B4B4B. Windows color (decimal): -5830967 or 13174439. OLE color: 13174439.
HSL color Cylindrical-coordinate representation of color #A706C9: hue angle of 289.54º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A706C9 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 6 | 201 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.21 |
| HSL | 289.54º | 0.94% | 0.41% | - |
| HSV(B) | 289.54º | 0.97% | 0.79% | - |
| XYZ | 26.54 | 12.56 | 56.28 | - |
| YUV | 76.37 | 198.34 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 6 | 201 | 0.17 | 0.97 | 0 | 0.21 | 289.54 | 0.94 | 0.41 |
| Hex | A7 | 6 | C9 | 11 | 61 | 0 | 15 | 122 | 5E | 29 |
| Octal | 247 | 6 | 311 | 21 | 141 | 0 | 25 | 442 | 136 | 51 |
| Binary | 10100111 | 110 | 11001001 | 10001 | 1100001 | 0 | 10101 | 100100010 | 1011110 | 101001 |
Color Harmonies of #A706C9
Complementary color
Monochromatic Colors of #A706C9
Black with #A706C9
Text Example
Text Example
White with #A706C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A706C9; }
p { color: rgb(167,6,201); }
H1.HeaderClassName
{
color: #A706C9;
}
.AnyTagClassName
{
color: #A706C9;
}
</style>
background-color css
<style>
a { background-color: #A706C9; }
a { background-color: rgb(167,6,201); }
div.DivClassName
{
background-color: #A706C9;
}
.BgClassName
{
background-color: #A706C9;
}
</style>
border-color css
<style>
span { border-color: #A706C9; }
span { border-color: rgb(167,6,201); }
td.TdClassName
{
border-color: #A706C9;
}
.TagClassName
{
border-color: #A706C9;
}
</style>