Shades of Violet Blue #A256AB
Tints of Violet Blue #A256AB
RGB
CMYK
RGB Variations
Color information
#A256AB (or 0xA256AB) is known color: Violet Blue. HEX triplet: A2, 56 and AB. RGB value is (162,86,171). Sum of RGB (Red+Green+Blue) = 162+86+171=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #A256AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A256AB is #5DA954. Grayscale: #767676. Windows color (decimal): -6138197 or 11228834. OLE color: 11228834.
HSL color Cylindrical-coordinate representation of color #A256AB: hue angle of 293.65º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A256AB is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 86 | 171 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.33 |
| HSL | 293.65º | 0.34% | 0.5% | - |
| HSV(B) | 293.65º | 0.5% | 0.67% | - |
| XYZ | 25.58 | 17.28 | 40.51 | - |
| YUV | 118.41 | 157.68 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 171 | 0.05 | 0.50 | 0 | 0.33 | 293.65 | 0.34 | 0.5 |
| Hex | A2 | 56 | AB | 5 | 32 | 0 | 21 | 126 | 22 | 32 |
| Octal | 242 | 126 | 253 | 5 | 62 | 0 | 41 | 446 | 42 | 62 |
| Binary | 10100010 | 1010110 | 10101011 | 101 | 110010 | 0 | 100001 | 100100110 | 100010 | 110010 |
Color Harmonies of #A256AB
Complementary color
Monochromatic Colors of #A256AB
Black with #A256AB
Text Example
Text Example
White with #A256AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A256AB; }
p { color: rgb(162,86,171); }
H1.HeaderClassName
{
color: #A256AB;
}
.AnyTagClassName
{
color: #A256AB;
}
</style>
background-color css
<style>
a { background-color: #A256AB; }
a { background-color: rgb(162,86,171); }
div.DivClassName
{
background-color: #A256AB;
}
.BgClassName
{
background-color: #A256AB;
}
</style>
border-color css
<style>
span { border-color: #A256AB; }
span { border-color: rgb(162,86,171); }
td.TdClassName
{
border-color: #A256AB;
}
.TagClassName
{
border-color: #A256AB;
}
</style>