Shades of Violet Blue #A747A6
Tints of Violet Blue #A747A6
RGB
CMYK
RGB Variations
Color information
#A747A6 (or 0xA747A6) is known color: Violet Blue. HEX triplet: A7, 47 and A6. RGB value is (167,71,166). Sum of RGB (Red+Green+Blue) = 167+71+166=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 167 - color contains mainly: red. Hex color #A747A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A747A6 is #58B859. Grayscale: #6E6E6E. Windows color (decimal): -5814362 or 10897319. OLE color: 10897319.
HSL color Cylindrical-coordinate representation of color #A747A6: hue angle of 300.62º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A747A6 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 71 | 166 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.35 |
| HSL | 300.63º | 0.4% | 0.47% | - |
| HSV(B) | 300.63º | 0.57% | 0.65% | - |
| XYZ | 25.07 | 15.48 | 37.74 | - |
| YUV | 110.53 | 159.3 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 71 | 166 | 0 | 0.57 | 0.01 | 0.35 | 300.63 | 0.4 | 0.47 |
| Hex | A7 | 47 | A6 | 0 | 39 | 1 | 23 | 12D | 28 | 2F |
| Octal | 247 | 107 | 246 | 0 | 71 | 1 | 43 | 455 | 50 | 57 |
| Binary | 10100111 | 1000111 | 10100110 | 0 | 111001 | 1 | 100011 | 100101101 | 101000 | 101111 |
Color Harmonies of #A747A6
Complementary color
Monochromatic Colors of #A747A6
Black with #A747A6
Text Example
Text Example
White with #A747A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A747A6; }
p { color: rgb(167,71,166); }
H1.HeaderClassName
{
color: #A747A6;
}
.AnyTagClassName
{
color: #A747A6;
}
</style>
background-color css
<style>
a { background-color: #A747A6; }
a { background-color: rgb(167,71,166); }
div.DivClassName
{
background-color: #A747A6;
}
.BgClassName
{
background-color: #A747A6;
}
</style>
border-color css
<style>
span { border-color: #A747A6; }
span { border-color: rgb(167,71,166); }
td.TdClassName
{
border-color: #A747A6;
}
.TagClassName
{
border-color: #A747A6;
}
</style>