Shades of Violet Blue #A1519F
Tints of Violet Blue #A1519F
RGB
CMYK
RGB Variations
Color information
#A1519F (or 0xA1519F) is known color: Violet Blue. HEX triplet: A1, 51 and 9F. RGB value is (161,81,159). Sum of RGB (Red+Green+Blue) = 161+81+159=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A1519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1519F is #5EAE60. Grayscale: #717171. Windows color (decimal): -6205025 or 10441121. OLE color: 10441121.
HSL color Cylindrical-coordinate representation of color #A1519F: hue angle of 301.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 #A1519F is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 159 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.37 |
| HSL | 301.5º | 0.33% | 0.47% | - |
| HSV(B) | 301.5º | 0.5% | 0.63% | - |
| XYZ | 23.9 | 15.97 | 34.62 | - |
| YUV | 113.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 159 | 0 | 0.50 | 0.01 | 0.37 | 301.5 | 0.33 | 0.47 |
| Hex | A1 | 51 | 9F | 0 | 32 | 1 | 25 | 12E | 21 | 2F |
| Octal | 241 | 121 | 237 | 0 | 62 | 1 | 45 | 456 | 41 | 57 |
| Binary | 10100001 | 1010001 | 10011111 | 0 | 110010 | 1 | 100101 | 100101110 | 100001 | 101111 |
Color Harmonies of #A1519F
Complementary color
Monochromatic Colors of #A1519F
Black with #A1519F
Text Example
Text Example
White with #A1519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1519F; }
p { color: rgb(161,81,159); }
H1.HeaderClassName
{
color: #A1519F;
}
.AnyTagClassName
{
color: #A1519F;
}
</style>
background-color css
<style>
a { background-color: #A1519F; }
a { background-color: rgb(161,81,159); }
div.DivClassName
{
background-color: #A1519F;
}
.BgClassName
{
background-color: #A1519F;
}
</style>
border-color css
<style>
span { border-color: #A1519F; }
span { border-color: rgb(161,81,159); }
td.TdClassName
{
border-color: #A1519F;
}
.TagClassName
{
border-color: #A1519F;
}
</style>