Shades of Violet Blue #A1489D
Tints of Violet Blue #A1489D
RGB
CMYK
RGB Variations
Color information
#A1489D (or 0xA1489D) is known color: Violet Blue. HEX triplet: A1, 48 and 9D. RGB value is (161,72,157). Sum of RGB (Red+Green+Blue) = 161+72+157=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A1489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1489D is #5EB762. Grayscale: #6C6C6C. Windows color (decimal): -6207331 or 10307745. OLE color: 10307745.
HSL color Cylindrical-coordinate representation of color #A1489D: hue angle of 302.7º 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 #A1489D is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 72 | 157 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.37 |
| HSL | 302.7º | 0.38% | 0.46% | - |
| HSV(B) | 302.7º | 0.55% | 0.63% | - |
| XYZ | 23.1 | 14.65 | 33.51 | - |
| YUV | 108.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 157 | 0 | 0.55 | 0.02 | 0.37 | 302.7 | 0.38 | 0.46 |
| Hex | A1 | 48 | 9D | 0 | 37 | 2 | 25 | 12F | 26 | 2E |
| Octal | 241 | 110 | 235 | 0 | 67 | 2 | 45 | 457 | 46 | 56 |
| Binary | 10100001 | 1001000 | 10011101 | 0 | 110111 | 10 | 100101 | 100101111 | 100110 | 101110 |
Color Harmonies of #A1489D
Complementary color
Monochromatic Colors of #A1489D
Black with #A1489D
Text Example
Text Example
White with #A1489D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1489D; }
p { color: rgb(161,72,157); }
H1.HeaderClassName
{
color: #A1489D;
}
.AnyTagClassName
{
color: #A1489D;
}
</style>
background-color css
<style>
a { background-color: #A1489D; }
a { background-color: rgb(161,72,157); }
div.DivClassName
{
background-color: #A1489D;
}
.BgClassName
{
background-color: #A1489D;
}
</style>
border-color css
<style>
span { border-color: #A1489D; }
span { border-color: rgb(161,72,157); }
td.TdClassName
{
border-color: #A1489D;
}
.TagClassName
{
border-color: #A1489D;
}
</style>