Shades of Violet Blue #A56EAC
Tints of Violet Blue #A56EAC
RGB
CMYK
RGB Variations
Color information
#A56EAC (or 0xA56EAC) is known color: Violet Blue. HEX triplet: A5, 6E and AC. RGB value is (165,110,172). Sum of RGB (Red+Green+Blue) = 165+110+172=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #A56EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56EAC is #5A9153. Grayscale: #858585. Windows color (decimal): -5935444 or 11300517. OLE color: 11300517.
HSL color Cylindrical-coordinate representation of color #A56EAC: hue angle of 293.23º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A56EAC is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 110 | 172 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.33 |
| HSL | 293.23º | 0.27% | 0.55% | - |
| HSV(B) | 293.23º | 0.36% | 0.67% | - |
| XYZ | 28.54 | 22.13 | 41.8 | - |
| YUV | 133.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 110 | 172 | 0.04 | 0.36 | 0 | 0.33 | 293.23 | 0.27 | 0.55 |
| Hex | A5 | 6E | AC | 4 | 24 | 0 | 21 | 125 | 1B | 37 |
| Octal | 245 | 156 | 254 | 4 | 44 | 0 | 41 | 445 | 33 | 67 |
| Binary | 10100101 | 1101110 | 10101100 | 100 | 100100 | 0 | 100001 | 100100101 | 11011 | 110111 |
Color Harmonies of #A56EAC
Complementary color
Monochromatic Colors of #A56EAC
Black with #A56EAC
Text Example
Text Example
White with #A56EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56EAC; }
p { color: rgb(165,110,172); }
H1.HeaderClassName
{
color: #A56EAC;
}
.AnyTagClassName
{
color: #A56EAC;
}
</style>
background-color css
<style>
a { background-color: #A56EAC; }
a { background-color: rgb(165,110,172); }
div.DivClassName
{
background-color: #A56EAC;
}
.BgClassName
{
background-color: #A56EAC;
}
</style>
border-color css
<style>
span { border-color: #A56EAC; }
span { border-color: rgb(165,110,172); }
td.TdClassName
{
border-color: #A56EAC;
}
.TagClassName
{
border-color: #A56EAC;
}
</style>