Shades of Violet Blue #A56DAC
Tints of Violet Blue #A56DAC
RGB
CMYK
RGB Variations
Color information
#A56DAC (or 0xA56DAC) is known color: Violet Blue. HEX triplet: A5, 6D and AC. RGB value is (165,109,172). Sum of RGB (Red+Green+Blue) = 165+109+172=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #A56DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56DAC is #5A9253. Grayscale: #848484. Windows color (decimal): -5935700 or 11300261. OLE color: 11300261.
HSL color Cylindrical-coordinate representation of color #A56DAC: hue angle of 293.33º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A56DAC is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 109 | 172 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.33 |
| HSL | 293.33º | 0.28% | 0.55% | - |
| HSV(B) | 293.33º | 0.37% | 0.67% | - |
| XYZ | 28.43 | 21.92 | 41.76 | - |
| YUV | 132.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 172 | 0.04 | 0.37 | 0 | 0.33 | 293.33 | 0.28 | 0.55 |
| Hex | A5 | 6D | AC | 4 | 25 | 0 | 21 | 125 | 1C | 37 |
| Octal | 245 | 155 | 254 | 4 | 45 | 0 | 41 | 445 | 34 | 67 |
| Binary | 10100101 | 1101101 | 10101100 | 100 | 100101 | 0 | 100001 | 100100101 | 11100 | 110111 |
Color Harmonies of #A56DAC
Complementary color
Monochromatic Colors of #A56DAC
Black with #A56DAC
Text Example
Text Example
White with #A56DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56DAC; }
p { color: rgb(165,109,172); }
H1.HeaderClassName
{
color: #A56DAC;
}
.AnyTagClassName
{
color: #A56DAC;
}
</style>
background-color css
<style>
a { background-color: #A56DAC; }
a { background-color: rgb(165,109,172); }
div.DivClassName
{
background-color: #A56DAC;
}
.BgClassName
{
background-color: #A56DAC;
}
</style>
border-color css
<style>
span { border-color: #A56DAC; }
span { border-color: rgb(165,109,172); }
td.TdClassName
{
border-color: #A56DAC;
}
.TagClassName
{
border-color: #A56DAC;
}
</style>