Shades of Violet Blue #A56DA3
Tints of Violet Blue #A56DA3
RGB
CMYK
RGB Variations
Color information
#A56DA3 (or 0xA56DA3) is known color: Violet Blue. HEX triplet: A5, 6D and A3. RGB value is (165,109,163). Sum of RGB (Red+Green+Blue) = 165+109+163=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A56DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56DA3 is #5A925C. Grayscale: #838383. Windows color (decimal): -5935709 or 10710437. OLE color: 10710437.
HSL color Cylindrical-coordinate representation of color #A56DA3: hue angle of 302.14º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A56DA3 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 109 | 163 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.35 |
| HSL | 302.14º | 0.24% | 0.54% | - |
| HSV(B) | 302.14º | 0.34% | 0.65% | - |
| XYZ | 27.6 | 21.58 | 37.36 | - |
| YUV | 131.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 163 | 0 | 0.34 | 0.01 | 0.35 | 302.14 | 0.24 | 0.54 |
| Hex | A5 | 6D | A3 | 0 | 22 | 1 | 23 | 12E | 18 | 36 |
| Octal | 245 | 155 | 243 | 0 | 42 | 1 | 43 | 456 | 30 | 66 |
| Binary | 10100101 | 1101101 | 10100011 | 0 | 100010 | 1 | 100011 | 100101110 | 11000 | 110110 |
Color Harmonies of #A56DA3
Complementary color
Monochromatic Colors of #A56DA3
Black with #A56DA3
Text Example
Text Example
White with #A56DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56DA3; }
p { color: rgb(165,109,163); }
H1.HeaderClassName
{
color: #A56DA3;
}
.AnyTagClassName
{
color: #A56DA3;
}
</style>
background-color css
<style>
a { background-color: #A56DA3; }
a { background-color: rgb(165,109,163); }
div.DivClassName
{
background-color: #A56DA3;
}
.BgClassName
{
background-color: #A56DA3;
}
</style>
border-color css
<style>
span { border-color: #A56DA3; }
span { border-color: rgb(165,109,163); }
td.TdClassName
{
border-color: #A56DA3;
}
.TagClassName
{
border-color: #A56DA3;
}
</style>