Shades of Violet Blue #A14C92
Tints of Violet Blue #A14C92
RGB
CMYK
RGB Variations
Color information
#A14C92 (or 0xA14C92) is known color: Violet Blue. HEX triplet: A1, 4C and 92. RGB value is (161,76,146). Sum of RGB (Red+Green+Blue) = 161+76+146=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14C92 is #5EB36D. Grayscale: #6D6D6D. Windows color (decimal): -6206318 or 9587873. OLE color: 9587873.
HSL color Cylindrical-coordinate representation of color #A14C92: hue angle of 310.59º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A14C92 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 146 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.37 |
| HSL | 310.59º | 0.36% | 0.46% | - |
| HSV(B) | 310.59º | 0.53% | 0.63% | - |
| XYZ | 22.47 | 14.82 | 28.87 | - |
| YUV | 109.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 146 | 0 | 0.53 | 0.09 | 0.37 | 310.59 | 0.36 | 0.46 |
| Hex | A1 | 4C | 92 | 0 | 35 | 9 | 25 | 137 | 24 | 2E |
| Octal | 241 | 114 | 222 | 0 | 65 | 11 | 45 | 467 | 44 | 56 |
| Binary | 10100001 | 1001100 | 10010010 | 0 | 110101 | 1001 | 100101 | 100110111 | 100100 | 101110 |
Color Harmonies of #A14C92
Complementary color
Monochromatic Colors of #A14C92
Black with #A14C92
Text Example
Text Example
White with #A14C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C92; }
p { color: rgb(161,76,146); }
H1.HeaderClassName
{
color: #A14C92;
}
.AnyTagClassName
{
color: #A14C92;
}
</style>
background-color css
<style>
a { background-color: #A14C92; }
a { background-color: rgb(161,76,146); }
div.DivClassName
{
background-color: #A14C92;
}
.BgClassName
{
background-color: #A14C92;
}
</style>
border-color css
<style>
span { border-color: #A14C92; }
span { border-color: rgb(161,76,146); }
td.TdClassName
{
border-color: #A14C92;
}
.TagClassName
{
border-color: #A14C92;
}
</style>