Shades of Violet Blue #A1519C
Tints of Violet Blue #A1519C
RGB
CMYK
RGB Variations
Color information
#A1519C (or 0xA1519C) is known color: Violet Blue. HEX triplet: A1, 51 and 9C. RGB value is (161,81,156). Sum of RGB (Red+Green+Blue) = 161+81+156=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A1519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1519C is #5EAE63. Grayscale: #717171. Windows color (decimal): -6205028 or 10244513. OLE color: 10244513.
HSL color Cylindrical-coordinate representation of color #A1519C: hue angle of 303.75º 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 #A1519C is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 156 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.37 |
| HSL | 303.75º | 0.33% | 0.47% | - |
| HSV(B) | 303.75º | 0.5% | 0.63% | - |
| XYZ | 23.64 | 15.86 | 33.27 | - |
| YUV | 113.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 156 | 0 | 0.50 | 0.03 | 0.37 | 303.75 | 0.33 | 0.47 |
| Hex | A1 | 51 | 9C | 0 | 32 | 3 | 25 | 130 | 21 | 2F |
| Octal | 241 | 121 | 234 | 0 | 62 | 3 | 45 | 460 | 41 | 57 |
| Binary | 10100001 | 1010001 | 10011100 | 0 | 110010 | 11 | 100101 | 100110000 | 100001 | 101111 |
Color Harmonies of #A1519C
Complementary color
Monochromatic Colors of #A1519C
Black with #A1519C
Text Example
Text Example
White with #A1519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1519C; }
p { color: rgb(161,81,156); }
H1.HeaderClassName
{
color: #A1519C;
}
.AnyTagClassName
{
color: #A1519C;
}
</style>
background-color css
<style>
a { background-color: #A1519C; }
a { background-color: rgb(161,81,156); }
div.DivClassName
{
background-color: #A1519C;
}
.BgClassName
{
background-color: #A1519C;
}
</style>
border-color css
<style>
span { border-color: #A1519C; }
span { border-color: rgb(161,81,156); }
td.TdClassName
{
border-color: #A1519C;
}
.TagClassName
{
border-color: #A1519C;
}
</style>