Shades of Violet Blue #A15496
Tints of Violet Blue #A15496
RGB
CMYK
RGB Variations
Color information
#A15496 (or 0xA15496) is known color: Violet Blue. HEX triplet: A1, 54 and 96. RGB value is (161,84,150). Sum of RGB (Red+Green+Blue) = 161+84+150=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A15496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15496 is #5EAB69. Grayscale: #727272. Windows color (decimal): -6204266 or 9852065. OLE color: 9852065.
HSL color Cylindrical-coordinate representation of color #A15496: hue angle of 308.57º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15496 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 84 | 150 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.37 |
| HSL | 308.57º | 0.31% | 0.48% | - |
| HSV(B) | 308.57º | 0.48% | 0.63% | - |
| XYZ | 23.37 | 16.12 | 30.73 | - |
| YUV | 114.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 150 | 0 | 0.48 | 0.07 | 0.37 | 308.57 | 0.31 | 0.48 |
| Hex | A1 | 54 | 96 | 0 | 30 | 7 | 25 | 135 | 1F | 30 |
| Octal | 241 | 124 | 226 | 0 | 60 | 7 | 45 | 465 | 37 | 60 |
| Binary | 10100001 | 1010100 | 10010110 | 0 | 110000 | 111 | 100101 | 100110101 | 11111 | 110000 |
Color Harmonies of #A15496
Complementary color
Monochromatic Colors of #A15496
Black with #A15496
Text Example
Text Example
White with #A15496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15496; }
p { color: rgb(161,84,150); }
H1.HeaderClassName
{
color: #A15496;
}
.AnyTagClassName
{
color: #A15496;
}
</style>
background-color css
<style>
a { background-color: #A15496; }
a { background-color: rgb(161,84,150); }
div.DivClassName
{
background-color: #A15496;
}
.BgClassName
{
background-color: #A15496;
}
</style>
border-color css
<style>
span { border-color: #A15496; }
span { border-color: rgb(161,84,150); }
td.TdClassName
{
border-color: #A15496;
}
.TagClassName
{
border-color: #A15496;
}
</style>