Shades of Violet Blue #A756AC
Tints of Violet Blue #A756AC
RGB
CMYK
RGB Variations
Color information
#A756AC (or 0xA756AC) is known color: Violet Blue. HEX triplet: A7, 56 and AC. RGB value is (167,86,172). Sum of RGB (Red+Green+Blue) = 167+86+172=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #A756AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A756AC is #58A953. Grayscale: #777777. Windows color (decimal): -5810516 or 11294375. OLE color: 11294375.
HSL color Cylindrical-coordinate representation of color #A756AC: hue angle of 296.51º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A756AC is Cyan = 0.03, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 86 | 172 | - |
| CMYK | 0.03 | 0.5 | 0 | 0.33 |
| HSL | 296.51º | 0.34% | 0.51% | - |
| HSV(B) | 296.51º | 0.5% | 0.67% | - |
| XYZ | 26.71 | 17.85 | 41.07 | - |
| YUV | 120.02 | 157.34 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 172 | 0.03 | 0.5 | 0 | 0.33 | 296.51 | 0.34 | 0.51 |
| Hex | A7 | 56 | AC | 3 | 32 | 0 | 21 | 129 | 22 | 33 |
| Octal | 247 | 126 | 254 | 3 | 62 | 0 | 41 | 451 | 42 | 63 |
| Binary | 10100111 | 1010110 | 10101100 | 11 | 110010 | 0 | 100001 | 100101001 | 100010 | 110011 |
Color Harmonies of #A756AC
Complementary color
Monochromatic Colors of #A756AC
Black with #A756AC
Text Example
Text Example
White with #A756AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A756AC; }
p { color: rgb(167,86,172); }
H1.HeaderClassName
{
color: #A756AC;
}
.AnyTagClassName
{
color: #A756AC;
}
</style>
background-color css
<style>
a { background-color: #A756AC; }
a { background-color: rgb(167,86,172); }
div.DivClassName
{
background-color: #A756AC;
}
.BgClassName
{
background-color: #A756AC;
}
</style>
border-color css
<style>
span { border-color: #A756AC; }
span { border-color: rgb(167,86,172); }
td.TdClassName
{
border-color: #A756AC;
}
.TagClassName
{
border-color: #A756AC;
}
</style>