Shades of Violet Blue #A1519B
Tints of Violet Blue #A1519B
RGB
CMYK
RGB Variations
Color information
#A1519B (or 0xA1519B) is known color: Violet Blue. HEX triplet: A1, 51 and 9B. RGB value is (161,81,155). Sum of RGB (Red+Green+Blue) = 161+81+155=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A1519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1519B is #5EAE64. Grayscale: #717171. Windows color (decimal): -6205029 or 10178977. OLE color: 10178977.
HSL color Cylindrical-coordinate representation of color #A1519B: hue angle of 304.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1519B is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 155 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.37 |
| HSL | 304.5º | 0.33% | 0.47% | - |
| HSV(B) | 304.5º | 0.5% | 0.63% | - |
| XYZ | 23.56 | 15.83 | 32.82 | - |
| YUV | 113.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 155 | 0 | 0.50 | 0.04 | 0.37 | 304.5 | 0.33 | 0.47 |
| Hex | A1 | 51 | 9B | 0 | 32 | 4 | 25 | 130 | 21 | 2F |
| Octal | 241 | 121 | 233 | 0 | 62 | 4 | 45 | 460 | 41 | 57 |
| Binary | 10100001 | 1010001 | 10011011 | 0 | 110010 | 100 | 100101 | 100110000 | 100001 | 101111 |
Color Harmonies of #A1519B
Complementary color
Monochromatic Colors of #A1519B
Black with #A1519B
Text Example
Text Example
White with #A1519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1519B; }
p { color: rgb(161,81,155); }
H1.HeaderClassName
{
color: #A1519B;
}
.AnyTagClassName
{
color: #A1519B;
}
</style>
background-color css
<style>
a { background-color: #A1519B; }
a { background-color: rgb(161,81,155); }
div.DivClassName
{
background-color: #A1519B;
}
.BgClassName
{
background-color: #A1519B;
}
</style>
border-color css
<style>
span { border-color: #A1519B; }
span { border-color: rgb(161,81,155); }
td.TdClassName
{
border-color: #A1519B;
}
.TagClassName
{
border-color: #A1519B;
}
</style>