Shades of Violet Blue #A456AB
Tints of Violet Blue #A456AB
RGB
CMYK
RGB Variations
Color information
#A456AB (or 0xA456AB) is known color: Violet Blue. HEX triplet: A4, 56 and AB. RGB value is (164,86,171). Sum of RGB (Red+Green+Blue) = 164+86+171=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #A456AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A456AB is #5BA954. Grayscale: #767676. Windows color (decimal): -6007125 or 11228836. OLE color: 11228836.
HSL color Cylindrical-coordinate representation of color #A456AB: hue angle of 295.06º 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 #A456AB is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 86 | 171 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.33 |
| HSL | 295.06º | 0.34% | 0.5% | - |
| HSV(B) | 295.06º | 0.5% | 0.67% | - |
| XYZ | 25.99 | 17.49 | 40.53 | - |
| YUV | 119.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 86 | 171 | 0.04 | 0.50 | 0 | 0.33 | 295.06 | 0.34 | 0.5 |
| Hex | A4 | 56 | AB | 4 | 32 | 0 | 21 | 127 | 22 | 32 |
| Octal | 244 | 126 | 253 | 4 | 62 | 0 | 41 | 447 | 42 | 62 |
| Binary | 10100100 | 1010110 | 10101011 | 100 | 110010 | 0 | 100001 | 100100111 | 100010 | 110010 |
Color Harmonies of #A456AB
Complementary color
Monochromatic Colors of #A456AB
Black with #A456AB
Text Example
Text Example
White with #A456AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A456AB; }
p { color: rgb(164,86,171); }
H1.HeaderClassName
{
color: #A456AB;
}
.AnyTagClassName
{
color: #A456AB;
}
</style>
background-color css
<style>
a { background-color: #A456AB; }
a { background-color: rgb(164,86,171); }
div.DivClassName
{
background-color: #A456AB;
}
.BgClassName
{
background-color: #A456AB;
}
</style>
border-color css
<style>
span { border-color: #A456AB; }
span { border-color: rgb(164,86,171); }
td.TdClassName
{
border-color: #A456AB;
}
.TagClassName
{
border-color: #A456AB;
}
</style>