Shades of Dark Violet #A706B7
Tints of Dark Violet #A706B7
RGB
CMYK
RGB Variations
Color information
#A706B7 (or 0xA706B7) is known color: Dark Violet. HEX triplet: A7, 06 and B7. RGB value is (167,6,183). Sum of RGB (Red+Green+Blue) = 167+6+183=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 183 (71.88% from 255 or 51.40% from 356); Max value from RGB is 183 - color contains mainly: blue. Hex color #A706B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A706B7 is #58F948. Grayscale: #494949. Windows color (decimal): -5830985 or 11994791. OLE color: 11994791.
HSL color Cylindrical-coordinate representation of color #A706B7: hue angle of 294.58º degrees, saturation: 0.94, 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 #A706B7 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 6 | 183 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.28 |
| HSL | 294.58º | 0.94% | 0.37% | - |
| HSV(B) | 294.58º | 0.97% | 0.72% | - |
| XYZ | 24.55 | 11.76 | 45.78 | - |
| YUV | 74.32 | 189.34 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 6 | 183 | 0.09 | 0.97 | 0 | 0.28 | 294.58 | 0.94 | 0.37 |
| Hex | A7 | 6 | B7 | 9 | 61 | 0 | 1C | 127 | 5E | 25 |
| Octal | 247 | 6 | 267 | 11 | 141 | 0 | 34 | 447 | 136 | 45 |
| Binary | 10100111 | 110 | 10110111 | 1001 | 1100001 | 0 | 11100 | 100100111 | 1011110 | 100101 |
Color Harmonies of #A706B7
Complementary color
Monochromatic Colors of #A706B7
Black with #A706B7
Text Example
Text Example
White with #A706B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A706B7; }
p { color: rgb(167,6,183); }
H1.HeaderClassName
{
color: #A706B7;
}
.AnyTagClassName
{
color: #A706B7;
}
</style>
background-color css
<style>
a { background-color: #A706B7; }
a { background-color: rgb(167,6,183); }
div.DivClassName
{
background-color: #A706B7;
}
.BgClassName
{
background-color: #A706B7;
}
</style>
border-color css
<style>
span { border-color: #A706B7; }
span { border-color: rgb(167,6,183); }
td.TdClassName
{
border-color: #A706B7;
}
.TagClassName
{
border-color: #A706B7;
}
</style>