Shades of Violet Blue #A156AE
Tints of Violet Blue #A156AE
RGB
CMYK
RGB Variations
Color information
#A156AE (or 0xA156AE) is known color: Violet Blue. HEX triplet: A1, 56 and AE. RGB value is (161,86,174). Sum of RGB (Red+Green+Blue) = 161+86+174=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #A156AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A156AE is #5EA951. Grayscale: #767676. Windows color (decimal): -6203730 or 11425441. OLE color: 11425441.
HSL color Cylindrical-coordinate representation of color #A156AE: hue angle of 291.14º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A156AE is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 86 | 174 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.32 |
| HSL | 291.14º | 0.35% | 0.51% | - |
| HSV(B) | 291.14º | 0.51% | 0.68% | - |
| XYZ | 25.67 | 17.29 | 42.03 | - |
| YUV | 118.46 | 159.35 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 174 | 0.07 | 0.51 | 0 | 0.32 | 291.14 | 0.35 | 0.51 |
| Hex | A1 | 56 | AE | 7 | 33 | 0 | 20 | 123 | 23 | 33 |
| Octal | 241 | 126 | 256 | 7 | 63 | 0 | 40 | 443 | 43 | 63 |
| Binary | 10100001 | 1010110 | 10101110 | 111 | 110011 | 0 | 100000 | 100100011 | 100011 | 110011 |
Color Harmonies of #A156AE
Complementary color
Monochromatic Colors of #A156AE
Black with #A156AE
Text Example
Text Example
White with #A156AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A156AE; }
p { color: rgb(161,86,174); }
H1.HeaderClassName
{
color: #A156AE;
}
.AnyTagClassName
{
color: #A156AE;
}
</style>
background-color css
<style>
a { background-color: #A156AE; }
a { background-color: rgb(161,86,174); }
div.DivClassName
{
background-color: #A156AE;
}
.BgClassName
{
background-color: #A156AE;
}
</style>
border-color css
<style>
span { border-color: #A156AE; }
span { border-color: rgb(161,86,174); }
td.TdClassName
{
border-color: #A156AE;
}
.TagClassName
{
border-color: #A156AE;
}
</style>