Shades of Dark Violet #A706C2
Tints of Dark Violet #A706C2
RGB
CMYK
RGB Variations
Color information
#A706C2 (or 0xA706C2) is known color: Dark Violet. HEX triplet: A7, 06 and C2. RGB value is (167,6,194). Sum of RGB (Red+Green+Blue) = 167+6+194=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 194 (76.17% from 255 or 52.86% from 367); Max value from RGB is 194 - color contains mainly: blue. Hex color #A706C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A706C2 is #58F93D. Grayscale: #4A4A4A. Windows color (decimal): -5830974 or 12715687. OLE color: 12715687.
HSL color Cylindrical-coordinate representation of color #A706C2: hue angle of 291.38º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A706C2 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 6 | 194 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.24 |
| HSL | 291.38º | 0.94% | 0.39% | - |
| HSV(B) | 291.38º | 0.97% | 0.76% | - |
| XYZ | 25.74 | 12.24 | 52.05 | - |
| YUV | 75.57 | 194.84 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 6 | 194 | 0.14 | 0.97 | 0 | 0.24 | 291.38 | 0.94 | 0.39 |
| Hex | A7 | 6 | C2 | E | 61 | 0 | 18 | 123 | 5E | 27 |
| Octal | 247 | 6 | 302 | 16 | 141 | 0 | 30 | 443 | 136 | 47 |
| Binary | 10100111 | 110 | 11000010 | 1110 | 1100001 | 0 | 11000 | 100100011 | 1011110 | 100111 |
Color Harmonies of #A706C2
Complementary color
Monochromatic Colors of #A706C2
Black with #A706C2
Text Example
Text Example
White with #A706C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A706C2; }
p { color: rgb(167,6,194); }
H1.HeaderClassName
{
color: #A706C2;
}
.AnyTagClassName
{
color: #A706C2;
}
</style>
background-color css
<style>
a { background-color: #A706C2; }
a { background-color: rgb(167,6,194); }
div.DivClassName
{
background-color: #A706C2;
}
.BgClassName
{
background-color: #A706C2;
}
</style>
border-color css
<style>
span { border-color: #A706C2; }
span { border-color: rgb(167,6,194); }
td.TdClassName
{
border-color: #A706C2;
}
.TagClassName
{
border-color: #A706C2;
}
</style>