Shades of Violet Blue #A14A9A
Tints of Violet Blue #A14A9A
RGB
CMYK
RGB Variations
Color information
#A14A9A (or 0xA14A9A) is known color: Violet Blue. HEX triplet: A1, 4A and 9A. RGB value is (161,74,154). Sum of RGB (Red+Green+Blue) = 161+74+154=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14A9A is #5EB565. Grayscale: #6C6C6C. Windows color (decimal): -6206822 or 10111649. OLE color: 10111649.
HSL color Cylindrical-coordinate representation of color #A14A9A: hue angle of 304.83º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A14A9A is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 154 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.37 |
| HSL | 304.83º | 0.37% | 0.46% | - |
| HSV(B) | 304.83º | 0.54% | 0.63% | - |
| XYZ | 22.98 | 14.81 | 32.22 | - |
| YUV | 109.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 154 | 0 | 0.54 | 0.04 | 0.37 | 304.83 | 0.37 | 0.46 |
| Hex | A1 | 4A | 9A | 0 | 36 | 4 | 25 | 131 | 25 | 2E |
| Octal | 241 | 112 | 232 | 0 | 66 | 4 | 45 | 461 | 45 | 56 |
| Binary | 10100001 | 1001010 | 10011010 | 0 | 110110 | 100 | 100101 | 100110001 | 100101 | 101110 |
Color Harmonies of #A14A9A
Complementary color
Monochromatic Colors of #A14A9A
Black with #A14A9A
Text Example
Text Example
White with #A14A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A9A; }
p { color: rgb(161,74,154); }
H1.HeaderClassName
{
color: #A14A9A;
}
.AnyTagClassName
{
color: #A14A9A;
}
</style>
background-color css
<style>
a { background-color: #A14A9A; }
a { background-color: rgb(161,74,154); }
div.DivClassName
{
background-color: #A14A9A;
}
.BgClassName
{
background-color: #A14A9A;
}
</style>
border-color css
<style>
span { border-color: #A14A9A; }
span { border-color: rgb(161,74,154); }
td.TdClassName
{
border-color: #A14A9A;
}
.TagClassName
{
border-color: #A14A9A;
}
</style>