Shades of Violet Blue #A1518C
Tints of Violet Blue #A1518C
RGB
CMYK
RGB Variations
Color information
#A1518C (or 0xA1518C) is known color: Violet Blue. HEX triplet: A1, 51 and 8C. RGB value is (161,81,140). Sum of RGB (Red+Green+Blue) = 161+81+140=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A1518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1518C is #5EAE73. Grayscale: #6F6F6F. Windows color (decimal): -6205044 or 9195937. OLE color: 9195937.
HSL color Cylindrical-coordinate representation of color #A1518C: hue angle of 315.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 #A1518C is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 140 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.37 |
| HSL | 315.75º | 0.33% | 0.47% | - |
| HSV(B) | 315.75º | 0.5% | 0.63% | - |
| XYZ | 22.37 | 15.36 | 26.6 | - |
| YUV | 111.65 | 144 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 140 | 0 | 0.50 | 0.13 | 0.37 | 315.75 | 0.33 | 0.47 |
| Hex | A1 | 51 | 8C | 0 | 32 | D | 25 | 13C | 21 | 2F |
| Octal | 241 | 121 | 214 | 0 | 62 | 15 | 45 | 474 | 41 | 57 |
| Binary | 10100001 | 1010001 | 10001100 | 0 | 110010 | 1101 | 100101 | 100111100 | 100001 | 101111 |
Color Harmonies of #A1518C
Complementary color
Monochromatic Colors of #A1518C
Black with #A1518C
Text Example
Text Example
White with #A1518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1518C; }
p { color: rgb(161,81,140); }
H1.HeaderClassName
{
color: #A1518C;
}
.AnyTagClassName
{
color: #A1518C;
}
</style>
background-color css
<style>
a { background-color: #A1518C; }
a { background-color: rgb(161,81,140); }
div.DivClassName
{
background-color: #A1518C;
}
.BgClassName
{
background-color: #A1518C;
}
</style>
border-color css
<style>
span { border-color: #A1518C; }
span { border-color: rgb(161,81,140); }
td.TdClassName
{
border-color: #A1518C;
}
.TagClassName
{
border-color: #A1518C;
}
</style>