Shades of Violet Blue #A1498B
Tints of Violet Blue #A1498B
RGB
CMYK
RGB Variations
Color information
#A1498B (or 0xA1498B) is known color: Violet Blue. HEX triplet: A1, 49 and 8B. RGB value is (161,73,139). Sum of RGB (Red+Green+Blue) = 161+73+139=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A1498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1498B is #5EB674. Grayscale: #6A6A6A. Windows color (decimal): -6207093 or 9128353. OLE color: 9128353.
HSL color Cylindrical-coordinate representation of color #A1498B: hue angle of 315º 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 #A1498B is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 73 | 139 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.37 |
| HSL | 315º | 0.38% | 0.46% | - |
| HSV(B) | 315º | 0.55% | 0.63% | - |
| XYZ | 21.74 | 14.21 | 26.02 | - |
| YUV | 106.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 139 | 0 | 0.55 | 0.14 | 0.37 | 315 | 0.38 | 0.46 |
| Hex | A1 | 49 | 8B | 0 | 37 | E | 25 | 13B | 26 | 2E |
| Octal | 241 | 111 | 213 | 0 | 67 | 16 | 45 | 473 | 46 | 56 |
| Binary | 10100001 | 1001001 | 10001011 | 0 | 110111 | 1110 | 100101 | 100111011 | 100110 | 101110 |
Color Harmonies of #A1498B
Complementary color
Monochromatic Colors of #A1498B
Black with #A1498B
Text Example
Text Example
White with #A1498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1498B; }
p { color: rgb(161,73,139); }
H1.HeaderClassName
{
color: #A1498B;
}
.AnyTagClassName
{
color: #A1498B;
}
</style>
background-color css
<style>
a { background-color: #A1498B; }
a { background-color: rgb(161,73,139); }
div.DivClassName
{
background-color: #A1498B;
}
.BgClassName
{
background-color: #A1498B;
}
</style>
border-color css
<style>
span { border-color: #A1498B; }
span { border-color: rgb(161,73,139); }
td.TdClassName
{
border-color: #A1498B;
}
.TagClassName
{
border-color: #A1498B;
}
</style>