Shades of Violet Blue #A15BA6
Tints of Violet Blue #A15BA6
RGB
CMYK
RGB Variations
Color information
#A15BA6 (or 0xA15BA6) is known color: Violet Blue. HEX triplet: A1, 5B and A6. RGB value is (161,91,166). Sum of RGB (Red+Green+Blue) = 161+91+166=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 166 (65.23% from 255 or 39.71% from 418); Max value from RGB is 166 - color contains mainly: blue. Hex color #A15BA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15BA6 is #5EA459. Grayscale: #787878. Windows color (decimal): -6202458 or 10902433. OLE color: 10902433.
HSL color Cylindrical-coordinate representation of color #A15BA6: hue angle of 296º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A15BA6 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 91 | 166 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.35 |
| HSL | 296º | 0.3% | 0.5% | - |
| HSV(B) | 296º | 0.45% | 0.65% | - |
| XYZ | 25.32 | 17.81 | 38.18 | - |
| YUV | 120.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 91 | 166 | 0.03 | 0.45 | 0 | 0.35 | 296 | 0.3 | 0.5 |
| Hex | A1 | 5B | A6 | 3 | 2D | 0 | 23 | 128 | 1E | 32 |
| Octal | 241 | 133 | 246 | 3 | 55 | 0 | 43 | 450 | 36 | 62 |
| Binary | 10100001 | 1011011 | 10100110 | 11 | 101101 | 0 | 100011 | 100101000 | 11110 | 110010 |
Color Harmonies of #A15BA6
Complementary color
Monochromatic Colors of #A15BA6
Black with #A15BA6
Text Example
Text Example
White with #A15BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15BA6; }
p { color: rgb(161,91,166); }
H1.HeaderClassName
{
color: #A15BA6;
}
.AnyTagClassName
{
color: #A15BA6;
}
</style>
background-color css
<style>
a { background-color: #A15BA6; }
a { background-color: rgb(161,91,166); }
div.DivClassName
{
background-color: #A15BA6;
}
.BgClassName
{
background-color: #A15BA6;
}
</style>
border-color css
<style>
span { border-color: #A15BA6; }
span { border-color: rgb(161,91,166); }
td.TdClassName
{
border-color: #A15BA6;
}
.TagClassName
{
border-color: #A15BA6;
}
</style>