Shades of Violet Blue #A14A9E
Tints of Violet Blue #A14A9E
RGB
CMYK
RGB Variations
Color information
#A14A9E (or 0xA14A9E) is known color: Violet Blue. HEX triplet: A1, 4A and 9E. RGB value is (161,74,158). Sum of RGB (Red+Green+Blue) = 161+74+158=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14A9E is #5EB561. Grayscale: #6D6D6D. Windows color (decimal): -6206818 or 10373793. OLE color: 10373793.
HSL color Cylindrical-coordinate representation of color #A14A9E: hue angle of 302.07º 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 #A14A9E is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 158 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.37 |
| HSL | 302.07º | 0.37% | 0.46% | - |
| HSV(B) | 302.07º | 0.54% | 0.63% | - |
| XYZ | 23.32 | 14.94 | 34 | - |
| YUV | 109.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 158 | 0 | 0.54 | 0.02 | 0.37 | 302.07 | 0.37 | 0.46 |
| Hex | A1 | 4A | 9E | 0 | 36 | 2 | 25 | 12E | 25 | 2E |
| Octal | 241 | 112 | 236 | 0 | 66 | 2 | 45 | 456 | 45 | 56 |
| Binary | 10100001 | 1001010 | 10011110 | 0 | 110110 | 10 | 100101 | 100101110 | 100101 | 101110 |
Color Harmonies of #A14A9E
Complementary color
Monochromatic Colors of #A14A9E
Black with #A14A9E
Text Example
Text Example
White with #A14A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A9E; }
p { color: rgb(161,74,158); }
H1.HeaderClassName
{
color: #A14A9E;
}
.AnyTagClassName
{
color: #A14A9E;
}
</style>
background-color css
<style>
a { background-color: #A14A9E; }
a { background-color: rgb(161,74,158); }
div.DivClassName
{
background-color: #A14A9E;
}
.BgClassName
{
background-color: #A14A9E;
}
</style>
border-color css
<style>
span { border-color: #A14A9E; }
span { border-color: rgb(161,74,158); }
td.TdClassName
{
border-color: #A14A9E;
}
.TagClassName
{
border-color: #A14A9E;
}
</style>