Shades of Violet Blue #A154AB
Tints of Violet Blue #A154AB
RGB
CMYK
RGB Variations
Color information
#A154AB (or 0xA154AB) is known color: Violet Blue. HEX triplet: A1, 54 and AB. RGB value is (161,84,171). Sum of RGB (Red+Green+Blue) = 161+84+171=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #A154AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A154AB is #5EAB54. Grayscale: #747474. Windows color (decimal): -6204245 or 11228321. OLE color: 11228321.
HSL color Cylindrical-coordinate representation of color #A154AB: hue angle of 293.1º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A154AB is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 84 | 171 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.33 |
| HSL | 293.1º | 0.34% | 0.5% | - |
| HSV(B) | 293.1º | 0.51% | 0.67% | - |
| XYZ | 25.22 | 16.86 | 40.45 | - |
| YUV | 116.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 171 | 0.06 | 0.51 | 0 | 0.33 | 293.1 | 0.34 | 0.5 |
| Hex | A1 | 54 | AB | 6 | 33 | 0 | 21 | 125 | 22 | 32 |
| Octal | 241 | 124 | 253 | 6 | 63 | 0 | 41 | 445 | 42 | 62 |
| Binary | 10100001 | 1010100 | 10101011 | 110 | 110011 | 0 | 100001 | 100100101 | 100010 | 110010 |
Color Harmonies of #A154AB
Complementary color
Monochromatic Colors of #A154AB
Black with #A154AB
Text Example
Text Example
White with #A154AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A154AB; }
p { color: rgb(161,84,171); }
H1.HeaderClassName
{
color: #A154AB;
}
.AnyTagClassName
{
color: #A154AB;
}
</style>
background-color css
<style>
a { background-color: #A154AB; }
a { background-color: rgb(161,84,171); }
div.DivClassName
{
background-color: #A154AB;
}
.BgClassName
{
background-color: #A154AB;
}
</style>
border-color css
<style>
span { border-color: #A154AB; }
span { border-color: rgb(161,84,171); }
td.TdClassName
{
border-color: #A154AB;
}
.TagClassName
{
border-color: #A154AB;
}
</style>