Shades of Violet Blue #A1489C
Tints of Violet Blue #A1489C
RGB
CMYK
RGB Variations
Color information
#A1489C (or 0xA1489C) is known color: Violet Blue. HEX triplet: A1, 48 and 9C. RGB value is (161,72,156). Sum of RGB (Red+Green+Blue) = 161+72+156=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A1489C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1489C is #5EB763. Grayscale: #6B6B6B. Windows color (decimal): -6207332 or 10242209. OLE color: 10242209.
HSL color Cylindrical-coordinate representation of color #A1489C: hue angle of 303.37º 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 #A1489C is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 72 | 156 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.37 |
| HSL | 303.37º | 0.38% | 0.46% | - |
| HSV(B) | 303.37º | 0.55% | 0.63% | - |
| XYZ | 23.02 | 14.61 | 33.06 | - |
| YUV | 108.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 156 | 0 | 0.55 | 0.03 | 0.37 | 303.37 | 0.38 | 0.46 |
| Hex | A1 | 48 | 9C | 0 | 37 | 3 | 25 | 12F | 26 | 2E |
| Octal | 241 | 110 | 234 | 0 | 67 | 3 | 45 | 457 | 46 | 56 |
| Binary | 10100001 | 1001000 | 10011100 | 0 | 110111 | 11 | 100101 | 100101111 | 100110 | 101110 |
Color Harmonies of #A1489C
Complementary color
Monochromatic Colors of #A1489C
Black with #A1489C
Text Example
Text Example
White with #A1489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1489C; }
p { color: rgb(161,72,156); }
H1.HeaderClassName
{
color: #A1489C;
}
.AnyTagClassName
{
color: #A1489C;
}
</style>
background-color css
<style>
a { background-color: #A1489C; }
a { background-color: rgb(161,72,156); }
div.DivClassName
{
background-color: #A1489C;
}
.BgClassName
{
background-color: #A1489C;
}
</style>
border-color css
<style>
span { border-color: #A1489C; }
span { border-color: rgb(161,72,156); }
td.TdClassName
{
border-color: #A1489C;
}
.TagClassName
{
border-color: #A1489C;
}
</style>