Shades of Violet Blue #A15BA4
Tints of Violet Blue #A15BA4
RGB
CMYK
RGB Variations
Color information
#A15BA4 (or 0xA15BA4) is known color: Violet Blue. HEX triplet: A1, 5B and A4. RGB value is (161,91,164). Sum of RGB (Red+Green+Blue) = 161+91+164=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 164 - color contains mainly: blue. Hex color #A15BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15BA4 is #5EA45B. Grayscale: #787878. Windows color (decimal): -6202460 or 10771361. OLE color: 10771361.
HSL color Cylindrical-coordinate representation of color #A15BA4: hue angle of 297.53º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A15BA4 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 91 | 164 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.36 |
| HSL | 297.53º | 0.29% | 0.5% | - |
| HSV(B) | 297.53º | 0.45% | 0.64% | - |
| XYZ | 25.14 | 17.74 | 37.22 | - |
| YUV | 120.25 | 152.69 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 91 | 164 | 0.02 | 0.45 | 0 | 0.36 | 297.53 | 0.29 | 0.5 |
| Hex | A1 | 5B | A4 | 2 | 2D | 0 | 24 | 12A | 1D | 32 |
| Octal | 241 | 133 | 244 | 2 | 55 | 0 | 44 | 452 | 35 | 62 |
| Binary | 10100001 | 1011011 | 10100100 | 10 | 101101 | 0 | 100100 | 100101010 | 11101 | 110010 |
Color Harmonies of #A15BA4
Complementary color
Monochromatic Colors of #A15BA4
Black with #A15BA4
Text Example
Text Example
White with #A15BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15BA4; }
p { color: rgb(161,91,164); }
H1.HeaderClassName
{
color: #A15BA4;
}
.AnyTagClassName
{
color: #A15BA4;
}
</style>
background-color css
<style>
a { background-color: #A15BA4; }
a { background-color: rgb(161,91,164); }
div.DivClassName
{
background-color: #A15BA4;
}
.BgClassName
{
background-color: #A15BA4;
}
</style>
border-color css
<style>
span { border-color: #A15BA4; }
span { border-color: rgb(161,91,164); }
td.TdClassName
{
border-color: #A15BA4;
}
.TagClassName
{
border-color: #A15BA4;
}
</style>