Shades of Violet Blue #A14892
Tints of Violet Blue #A14892
RGB
CMYK
RGB Variations
Color information
#A14892 (or 0xA14892) is known color: Violet Blue. HEX triplet: A1, 48 and 92. RGB value is (161,72,146). Sum of RGB (Red+Green+Blue) = 161+72+146=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A14892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14892 is #5EB76D. Grayscale: #6A6A6A. Windows color (decimal): -6207342 or 9586849. OLE color: 9586849.
HSL color Cylindrical-coordinate representation of color #A14892: hue angle of 310.11º 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 #A14892 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 72 | 146 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.37 |
| HSL | 310.11º | 0.38% | 0.46% | - |
| HSV(B) | 310.11º | 0.55% | 0.63% | - |
| XYZ | 22.2 | 14.29 | 28.78 | - |
| YUV | 107.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 146 | 0 | 0.55 | 0.09 | 0.37 | 310.11 | 0.38 | 0.46 |
| Hex | A1 | 48 | 92 | 0 | 37 | 9 | 25 | 136 | 26 | 2E |
| Octal | 241 | 110 | 222 | 0 | 67 | 11 | 45 | 466 | 46 | 56 |
| Binary | 10100001 | 1001000 | 10010010 | 0 | 110111 | 1001 | 100101 | 100110110 | 100110 | 101110 |
Color Harmonies of #A14892
Complementary color
Monochromatic Colors of #A14892
Black with #A14892
Text Example
Text Example
White with #A14892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14892; }
p { color: rgb(161,72,146); }
H1.HeaderClassName
{
color: #A14892;
}
.AnyTagClassName
{
color: #A14892;
}
</style>
background-color css
<style>
a { background-color: #A14892; }
a { background-color: rgb(161,72,146); }
div.DivClassName
{
background-color: #A14892;
}
.BgClassName
{
background-color: #A14892;
}
</style>
border-color css
<style>
span { border-color: #A14892; }
span { border-color: rgb(161,72,146); }
td.TdClassName
{
border-color: #A14892;
}
.TagClassName
{
border-color: #A14892;
}
</style>