Shades of Violet Blue #A756B1
Tints of Violet Blue #A756B1
RGB
CMYK
RGB Variations
Color information
#A756B1 (or 0xA756B1) is known color: Violet Blue. HEX triplet: A7, 56 and B1. RGB value is (167,86,177). Sum of RGB (Red+Green+Blue) = 167+86+177=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 177 - color contains mainly: blue. Hex color #A756B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A756B1 is #58A94E. Grayscale: #787878. Windows color (decimal): -5810511 or 11622055. OLE color: 11622055.
HSL color Cylindrical-coordinate representation of color #A756B1: hue angle of 293.41º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A756B1 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 86 | 177 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.31 |
| HSL | 293.41º | 0.37% | 0.52% | - |
| HSV(B) | 293.41º | 0.51% | 0.69% | - |
| XYZ | 27.2 | 18.05 | 43.64 | - |
| YUV | 120.59 | 159.84 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 177 | 0.06 | 0.51 | 0 | 0.31 | 293.41 | 0.37 | 0.52 |
| Hex | A7 | 56 | B1 | 6 | 33 | 0 | 1F | 125 | 25 | 34 |
| Octal | 247 | 126 | 261 | 6 | 63 | 0 | 37 | 445 | 45 | 64 |
| Binary | 10100111 | 1010110 | 10110001 | 110 | 110011 | 0 | 11111 | 100100101 | 100101 | 110100 |
Color Harmonies of #A756B1
Complementary color
Monochromatic Colors of #A756B1
Black with #A756B1
Text Example
Text Example
White with #A756B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A756B1; }
p { color: rgb(167,86,177); }
H1.HeaderClassName
{
color: #A756B1;
}
.AnyTagClassName
{
color: #A756B1;
}
</style>
background-color css
<style>
a { background-color: #A756B1; }
a { background-color: rgb(167,86,177); }
div.DivClassName
{
background-color: #A756B1;
}
.BgClassName
{
background-color: #A756B1;
}
</style>
border-color css
<style>
span { border-color: #A756B1; }
span { border-color: rgb(167,86,177); }
td.TdClassName
{
border-color: #A756B1;
}
.TagClassName
{
border-color: #A756B1;
}
</style>