Shades of Violet Blue #A1518D
Tints of Violet Blue #A1518D
RGB
CMYK
RGB Variations
Color information
#A1518D (or 0xA1518D) is known color: Violet Blue. HEX triplet: A1, 51 and 8D. RGB value is (161,81,141). Sum of RGB (Red+Green+Blue) = 161+81+141=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A1518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1518D is #5EAE72. Grayscale: #6F6F6F. Windows color (decimal): -6205043 or 9261473. OLE color: 9261473.
HSL color Cylindrical-coordinate representation of color #A1518D: hue angle of 315º 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 #A1518D is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 141 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.37 |
| HSL | 315º | 0.33% | 0.47% | - |
| HSV(B) | 315º | 0.5% | 0.63% | - |
| XYZ | 22.45 | 15.39 | 26.99 | - |
| YUV | 111.76 | 144.5 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 141 | 0 | 0.50 | 0.12 | 0.37 | 315 | 0.33 | 0.47 |
| Hex | A1 | 51 | 8D | 0 | 32 | C | 25 | 13B | 21 | 2F |
| Octal | 241 | 121 | 215 | 0 | 62 | 14 | 45 | 473 | 41 | 57 |
| Binary | 10100001 | 1010001 | 10001101 | 0 | 110010 | 1100 | 100101 | 100111011 | 100001 | 101111 |
Color Harmonies of #A1518D
Complementary color
Monochromatic Colors of #A1518D
Black with #A1518D
Text Example
Text Example
White with #A1518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1518D; }
p { color: rgb(161,81,141); }
H1.HeaderClassName
{
color: #A1518D;
}
.AnyTagClassName
{
color: #A1518D;
}
</style>
background-color css
<style>
a { background-color: #A1518D; }
a { background-color: rgb(161,81,141); }
div.DivClassName
{
background-color: #A1518D;
}
.BgClassName
{
background-color: #A1518D;
}
</style>
border-color css
<style>
span { border-color: #A1518D; }
span { border-color: rgb(161,81,141); }
td.TdClassName
{
border-color: #A1518D;
}
.TagClassName
{
border-color: #A1518D;
}
</style>