Shades of Violet Blue #A056AA
Tints of Violet Blue #A056AA
RGB
CMYK
RGB Variations
Color information
#A056AA (or 0xA056AA) is known color: Violet Blue. HEX triplet: A0, 56 and AA. RGB value is (160,86,170). Sum of RGB (Red+Green+Blue) = 160+86+170=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #A056AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A056AA is #5FA955. Grayscale: #757575. Windows color (decimal): -6269270 or 11163296. OLE color: 11163296.
HSL color Cylindrical-coordinate representation of color #A056AA: hue angle of 292.86º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A056AA is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 86 | 170 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.33 |
| HSL | 292.86º | 0.33% | 0.5% | - |
| HSV(B) | 292.86º | 0.49% | 0.67% | - |
| XYZ | 25.08 | 17.03 | 40 | - |
| YUV | 117.7 | 157.52 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 170 | 0.06 | 0.49 | 0 | 0.33 | 292.86 | 0.33 | 0.5 |
| Hex | A0 | 56 | AA | 6 | 31 | 0 | 21 | 125 | 21 | 32 |
| Octal | 240 | 126 | 252 | 6 | 61 | 0 | 41 | 445 | 41 | 62 |
| Binary | 10100000 | 1010110 | 10101010 | 110 | 110001 | 0 | 100001 | 100100101 | 100001 | 110010 |
Color Harmonies of #A056AA
Complementary color
Monochromatic Colors of #A056AA
Black with #A056AA
Text Example
Text Example
White with #A056AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A056AA; }
p { color: rgb(160,86,170); }
H1.HeaderClassName
{
color: #A056AA;
}
.AnyTagClassName
{
color: #A056AA;
}
</style>
background-color css
<style>
a { background-color: #A056AA; }
a { background-color: rgb(160,86,170); }
div.DivClassName
{
background-color: #A056AA;
}
.BgClassName
{
background-color: #A056AA;
}
</style>
border-color css
<style>
span { border-color: #A056AA; }
span { border-color: rgb(160,86,170); }
td.TdClassName
{
border-color: #A056AA;
}
.TagClassName
{
border-color: #A056AA;
}
</style>