Shades of Violet Blue #A14890
Tints of Violet Blue #A14890
RGB
CMYK
RGB Variations
Color information
#A14890 (or 0xA14890) is known color: Violet Blue. HEX triplet: A1, 48 and 90. RGB value is (161,72,144). Sum of RGB (Red+Green+Blue) = 161+72+144=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A14890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14890 is #5EB76F. Grayscale: #6A6A6A. Windows color (decimal): -6207344 or 9455777. OLE color: 9455777.
HSL color Cylindrical-coordinate representation of color #A14890: hue angle of 311.46º 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 #A14890 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 72 | 144 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.37 |
| HSL | 311.46º | 0.38% | 0.46% | - |
| HSV(B) | 311.46º | 0.55% | 0.63% | - |
| XYZ | 22.05 | 14.23 | 27.97 | - |
| YUV | 106.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 144 | 0 | 0.55 | 0.11 | 0.37 | 311.46 | 0.38 | 0.46 |
| Hex | A1 | 48 | 90 | 0 | 37 | B | 25 | 137 | 26 | 2E |
| Octal | 241 | 110 | 220 | 0 | 67 | 13 | 45 | 467 | 46 | 56 |
| Binary | 10100001 | 1001000 | 10010000 | 0 | 110111 | 1011 | 100101 | 100110111 | 100110 | 101110 |
Color Harmonies of #A14890
Complementary color
Monochromatic Colors of #A14890
Black with #A14890
Text Example
Text Example
White with #A14890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14890; }
p { color: rgb(161,72,144); }
H1.HeaderClassName
{
color: #A14890;
}
.AnyTagClassName
{
color: #A14890;
}
</style>
background-color css
<style>
a { background-color: #A14890; }
a { background-color: rgb(161,72,144); }
div.DivClassName
{
background-color: #A14890;
}
.BgClassName
{
background-color: #A14890;
}
</style>
border-color css
<style>
span { border-color: #A14890; }
span { border-color: rgb(161,72,144); }
td.TdClassName
{
border-color: #A14890;
}
.TagClassName
{
border-color: #A14890;
}
</style>