Shades of Violet Blue #A756A2
Tints of Violet Blue #A756A2
RGB
CMYK
RGB Variations
Color information
#A756A2 (or 0xA756A2) is known color: Violet Blue. HEX triplet: A7, 56 and A2. RGB value is (167,86,162). Sum of RGB (Red+Green+Blue) = 167+86+162=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A756A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A756A2 is #58A95D. Grayscale: #767676. Windows color (decimal): -5810526 or 10639015. OLE color: 10639015.
HSL color Cylindrical-coordinate representation of color #A756A2: hue angle of 303.7º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A756A2 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 86 | 162 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.35 |
| HSL | 303.7º | 0.32% | 0.5% | - |
| HSV(B) | 303.7º | 0.49% | 0.65% | - |
| XYZ | 25.79 | 17.48 | 36.2 | - |
| YUV | 118.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 162 | 0 | 0.49 | 0.03 | 0.35 | 303.7 | 0.32 | 0.5 |
| Hex | A7 | 56 | A2 | 0 | 31 | 3 | 23 | 130 | 20 | 32 |
| Octal | 247 | 126 | 242 | 0 | 61 | 3 | 43 | 460 | 40 | 62 |
| Binary | 10100111 | 1010110 | 10100010 | 0 | 110001 | 11 | 100011 | 100110000 | 100000 | 110010 |
Color Harmonies of #A756A2
Complementary color
Monochromatic Colors of #A756A2
Black with #A756A2
Text Example
Text Example
White with #A756A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A756A2; }
p { color: rgb(167,86,162); }
H1.HeaderClassName
{
color: #A756A2;
}
.AnyTagClassName
{
color: #A756A2;
}
</style>
background-color css
<style>
a { background-color: #A756A2; }
a { background-color: rgb(167,86,162); }
div.DivClassName
{
background-color: #A756A2;
}
.BgClassName
{
background-color: #A756A2;
}
</style>
border-color css
<style>
span { border-color: #A756A2; }
span { border-color: rgb(167,86,162); }
td.TdClassName
{
border-color: #A756A2;
}
.TagClassName
{
border-color: #A756A2;
}
</style>