Shades of Violet Blue #A15696
Tints of Violet Blue #A15696
RGB
CMYK
RGB Variations
Color information
#A15696 (or 0xA15696) is known color: Violet Blue. HEX triplet: A1, 56 and 96. RGB value is (161,86,150). Sum of RGB (Red+Green+Blue) = 161+86+150=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A15696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15696 is #5EA969. Grayscale: #737373. Windows color (decimal): -6203754 or 9852577. OLE color: 9852577.
HSL color Cylindrical-coordinate representation of color #A15696: hue angle of 308.8º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15696 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 86 | 150 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.37 |
| HSL | 308.8º | 0.3% | 0.48% | - |
| HSV(B) | 308.8º | 0.47% | 0.63% | - |
| XYZ | 23.53 | 16.43 | 30.79 | - |
| YUV | 115.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 150 | 0 | 0.47 | 0.07 | 0.37 | 308.8 | 0.3 | 0.48 |
| Hex | A1 | 56 | 96 | 0 | 2F | 7 | 25 | 135 | 1E | 30 |
| Octal | 241 | 126 | 226 | 0 | 57 | 7 | 45 | 465 | 36 | 60 |
| Binary | 10100001 | 1010110 | 10010110 | 0 | 101111 | 111 | 100101 | 100110101 | 11110 | 110000 |
Color Harmonies of #A15696
Complementary color
Monochromatic Colors of #A15696
Black with #A15696
Text Example
Text Example
White with #A15696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15696; }
p { color: rgb(161,86,150); }
H1.HeaderClassName
{
color: #A15696;
}
.AnyTagClassName
{
color: #A15696;
}
</style>
background-color css
<style>
a { background-color: #A15696; }
a { background-color: rgb(161,86,150); }
div.DivClassName
{
background-color: #A15696;
}
.BgClassName
{
background-color: #A15696;
}
</style>
border-color css
<style>
span { border-color: #A15696; }
span { border-color: rgb(161,86,150); }
td.TdClassName
{
border-color: #A15696;
}
.TagClassName
{
border-color: #A15696;
}
</style>