Shades of Violet Blue #A747AC
Tints of Violet Blue #A747AC
RGB
CMYK
RGB Variations
Color information
#A747AC (or 0xA747AC) is known color: Violet Blue. HEX triplet: A7, 47 and AC. RGB value is (167,71,172). Sum of RGB (Red+Green+Blue) = 167+71+172=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #A747AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A747AC is #58B853. Grayscale: #6E6E6E. Windows color (decimal): -5814356 or 11290535. OLE color: 11290535.
HSL color Cylindrical-coordinate representation of color #A747AC: hue angle of 297.03º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A747AC is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 71 | 172 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.33 |
| HSL | 297.03º | 0.42% | 0.48% | - |
| HSV(B) | 297.03º | 0.59% | 0.67% | - |
| XYZ | 25.64 | 15.7 | 40.71 | - |
| YUV | 111.22 | 162.3 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 71 | 172 | 0.03 | 0.59 | 0 | 0.33 | 297.03 | 0.42 | 0.48 |
| Hex | A7 | 47 | AC | 3 | 3B | 0 | 21 | 129 | 2A | 30 |
| Octal | 247 | 107 | 254 | 3 | 73 | 0 | 41 | 451 | 52 | 60 |
| Binary | 10100111 | 1000111 | 10101100 | 11 | 111011 | 0 | 100001 | 100101001 | 101010 | 110000 |
Color Harmonies of #A747AC
Complementary color
Monochromatic Colors of #A747AC
Black with #A747AC
Text Example
Text Example
White with #A747AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A747AC; }
p { color: rgb(167,71,172); }
H1.HeaderClassName
{
color: #A747AC;
}
.AnyTagClassName
{
color: #A747AC;
}
</style>
background-color css
<style>
a { background-color: #A747AC; }
a { background-color: rgb(167,71,172); }
div.DivClassName
{
background-color: #A747AC;
}
.BgClassName
{
background-color: #A747AC;
}
</style>
border-color css
<style>
span { border-color: #A747AC; }
span { border-color: rgb(167,71,172); }
td.TdClassName
{
border-color: #A747AC;
}
.TagClassName
{
border-color: #A747AC;
}
</style>