Shades of Violet Blue #A56BA0
Tints of Violet Blue #A56BA0
RGB
CMYK
RGB Variations
Color information
#A56BA0 (or 0xA56BA0) is known color: Violet Blue. HEX triplet: A5, 6B and A0. RGB value is (165,107,160). Sum of RGB (Red+Green+Blue) = 165+107+160=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A56BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56BA0 is #5A945F. Grayscale: #828282. Windows color (decimal): -5936224 or 10513317. OLE color: 10513317.
HSL color Cylindrical-coordinate representation of color #A56BA0: hue angle of 305.17º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A56BA0 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 107 | 160 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.35 |
| HSL | 305.17º | 0.24% | 0.53% | - |
| HSV(B) | 305.17º | 0.35% | 0.65% | - |
| XYZ | 27.12 | 21.05 | 35.89 | - |
| YUV | 130.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 107 | 160 | 0 | 0.35 | 0.03 | 0.35 | 305.17 | 0.24 | 0.53 |
| Hex | A5 | 6B | A0 | 0 | 23 | 3 | 23 | 131 | 18 | 35 |
| Octal | 245 | 153 | 240 | 0 | 43 | 3 | 43 | 461 | 30 | 65 |
| Binary | 10100101 | 1101011 | 10100000 | 0 | 100011 | 11 | 100011 | 100110001 | 11000 | 110101 |
Color Harmonies of #A56BA0
Complementary color
Monochromatic Colors of #A56BA0
Black with #A56BA0
Text Example
Text Example
White with #A56BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56BA0; }
p { color: rgb(165,107,160); }
H1.HeaderClassName
{
color: #A56BA0;
}
.AnyTagClassName
{
color: #A56BA0;
}
</style>
background-color css
<style>
a { background-color: #A56BA0; }
a { background-color: rgb(165,107,160); }
div.DivClassName
{
background-color: #A56BA0;
}
.BgClassName
{
background-color: #A56BA0;
}
</style>
border-color css
<style>
span { border-color: #A56BA0; }
span { border-color: rgb(165,107,160); }
td.TdClassName
{
border-color: #A56BA0;
}
.TagClassName
{
border-color: #A56BA0;
}
</style>