Shades of Violet Blue #A15B9A
Tints of Violet Blue #A15B9A
RGB
CMYK
RGB Variations
Color information
#A15B9A (or 0xA15B9A) is known color: Violet Blue. HEX triplet: A1, 5B and 9A. RGB value is (161,91,154). Sum of RGB (Red+Green+Blue) = 161+91+154=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15B9A is #5EA465. Grayscale: #767676. Windows color (decimal): -6202470 or 10116001. OLE color: 10116001.
HSL color Cylindrical-coordinate representation of color #A15B9A: hue angle of 306º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A15B9A is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 91 | 154 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.37 |
| HSL | 306º | 0.28% | 0.49% | - |
| HSV(B) | 306º | 0.43% | 0.63% | - |
| XYZ | 24.27 | 17.39 | 32.65 | - |
| YUV | 119.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 91 | 154 | 0 | 0.43 | 0.04 | 0.37 | 306 | 0.28 | 0.49 |
| Hex | A1 | 5B | 9A | 0 | 2B | 4 | 25 | 132 | 1C | 31 |
| Octal | 241 | 133 | 232 | 0 | 53 | 4 | 45 | 462 | 34 | 61 |
| Binary | 10100001 | 1011011 | 10011010 | 0 | 101011 | 100 | 100101 | 100110010 | 11100 | 110001 |
Color Harmonies of #A15B9A
Complementary color
Monochromatic Colors of #A15B9A
Black with #A15B9A
Text Example
Text Example
White with #A15B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15B9A; }
p { color: rgb(161,91,154); }
H1.HeaderClassName
{
color: #A15B9A;
}
.AnyTagClassName
{
color: #A15B9A;
}
</style>
background-color css
<style>
a { background-color: #A15B9A; }
a { background-color: rgb(161,91,154); }
div.DivClassName
{
background-color: #A15B9A;
}
.BgClassName
{
background-color: #A15B9A;
}
</style>
border-color css
<style>
span { border-color: #A15B9A; }
span { border-color: rgb(161,91,154); }
td.TdClassName
{
border-color: #A15B9A;
}
.TagClassName
{
border-color: #A15B9A;
}
</style>