Shades of Violet Blue #A1489A
Tints of Violet Blue #A1489A
RGB
CMYK
RGB Variations
Color information
#A1489A (or 0xA1489A) is known color: Violet Blue. HEX triplet: A1, 48 and 9A. RGB value is (161,72,154). Sum of RGB (Red+Green+Blue) = 161+72+154=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A1489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1489A is #5EB765. Grayscale: #6B6B6B. Windows color (decimal): -6207334 or 10111137. OLE color: 10111137.
HSL color Cylindrical-coordinate representation of color #A1489A: hue angle of 304.72º 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 #A1489A is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 72 | 154 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.37 |
| HSL | 304.72º | 0.38% | 0.46% | - |
| HSV(B) | 304.72º | 0.55% | 0.63% | - |
| XYZ | 22.85 | 14.54 | 32.18 | - |
| YUV | 107.96 | 153.99 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 154 | 0 | 0.55 | 0.04 | 0.37 | 304.72 | 0.38 | 0.46 |
| Hex | A1 | 48 | 9A | 0 | 37 | 4 | 25 | 131 | 26 | 2E |
| Octal | 241 | 110 | 232 | 0 | 67 | 4 | 45 | 461 | 46 | 56 |
| Binary | 10100001 | 1001000 | 10011010 | 0 | 110111 | 100 | 100101 | 100110001 | 100110 | 101110 |
Color Harmonies of #A1489A
Complementary color
Monochromatic Colors of #A1489A
Black with #A1489A
Text Example
Text Example
White with #A1489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1489A; }
p { color: rgb(161,72,154); }
H1.HeaderClassName
{
color: #A1489A;
}
.AnyTagClassName
{
color: #A1489A;
}
</style>
background-color css
<style>
a { background-color: #A1489A; }
a { background-color: rgb(161,72,154); }
div.DivClassName
{
background-color: #A1489A;
}
.BgClassName
{
background-color: #A1489A;
}
</style>
border-color css
<style>
span { border-color: #A1489A; }
span { border-color: rgb(161,72,154); }
td.TdClassName
{
border-color: #A1489A;
}
.TagClassName
{
border-color: #A1489A;
}
</style>