Shades of Violet Blue #A1498C
Tints of Violet Blue #A1498C
RGB
CMYK
RGB Variations
Color information
#A1498C (or 0xA1498C) is known color: Violet Blue. HEX triplet: A1, 49 and 8C. RGB value is (161,73,140). Sum of RGB (Red+Green+Blue) = 161+73+140=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A1498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1498C is #5EB673. Grayscale: #6A6A6A. Windows color (decimal): -6207092 or 9193889. OLE color: 9193889.
HSL color Cylindrical-coordinate representation of color #A1498C: hue angle of 314.32º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1498C is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 73 | 140 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.37 |
| HSL | 314.32º | 0.38% | 0.46% | - |
| HSV(B) | 314.32º | 0.55% | 0.63% | - |
| XYZ | 21.81 | 14.24 | 26.41 | - |
| YUV | 106.95 | 146.65 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 140 | 0 | 0.55 | 0.13 | 0.37 | 314.32 | 0.38 | 0.46 |
| Hex | A1 | 49 | 8C | 0 | 37 | D | 25 | 13A | 26 | 2E |
| Octal | 241 | 111 | 214 | 0 | 67 | 15 | 45 | 472 | 46 | 56 |
| Binary | 10100001 | 1001001 | 10001100 | 0 | 110111 | 1101 | 100101 | 100111010 | 100110 | 101110 |
Color Harmonies of #A1498C
Complementary color
Monochromatic Colors of #A1498C
Black with #A1498C
Text Example
Text Example
White with #A1498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1498C; }
p { color: rgb(161,73,140); }
H1.HeaderClassName
{
color: #A1498C;
}
.AnyTagClassName
{
color: #A1498C;
}
</style>
background-color css
<style>
a { background-color: #A1498C; }
a { background-color: rgb(161,73,140); }
div.DivClassName
{
background-color: #A1498C;
}
.BgClassName
{
background-color: #A1498C;
}
</style>
border-color css
<style>
span { border-color: #A1498C; }
span { border-color: rgb(161,73,140); }
td.TdClassName
{
border-color: #A1498C;
}
.TagClassName
{
border-color: #A1498C;
}
</style>