Shades of Violet Blue #A14DA6
Tints of Violet Blue #A14DA6
RGB
CMYK
RGB Variations
Color information
#A14DA6 (or 0xA14DA6) is known color: Violet Blue. HEX triplet: A1, 4D and A6. RGB value is (161,77,166). Sum of RGB (Red+Green+Blue) = 161+77+166=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 166 - color contains mainly: blue. Hex color #A14DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14DA6 is #5EB259. Grayscale: #6F6F6F. Windows color (decimal): -6206042 or 10898849. OLE color: 10898849.
HSL color Cylindrical-coordinate representation of color #A14DA6: hue angle of 296.63º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A14DA6 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 77 | 166 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.35 |
| HSL | 296.63º | 0.37% | 0.48% | - |
| HSV(B) | 296.63º | 0.54% | 0.65% | - |
| XYZ | 24.23 | 15.64 | 37.82 | - |
| YUV | 112.26 | 158.33 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 166 | 0.03 | 0.54 | 0 | 0.35 | 296.63 | 0.37 | 0.48 |
| Hex | A1 | 4D | A6 | 3 | 36 | 0 | 23 | 129 | 25 | 30 |
| Octal | 241 | 115 | 246 | 3 | 66 | 0 | 43 | 451 | 45 | 60 |
| Binary | 10100001 | 1001101 | 10100110 | 11 | 110110 | 0 | 100011 | 100101001 | 100101 | 110000 |
Color Harmonies of #A14DA6
Complementary color
Monochromatic Colors of #A14DA6
Black with #A14DA6
Text Example
Text Example
White with #A14DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14DA6; }
p { color: rgb(161,77,166); }
H1.HeaderClassName
{
color: #A14DA6;
}
.AnyTagClassName
{
color: #A14DA6;
}
</style>
background-color css
<style>
a { background-color: #A14DA6; }
a { background-color: rgb(161,77,166); }
div.DivClassName
{
background-color: #A14DA6;
}
.BgClassName
{
background-color: #A14DA6;
}
</style>
border-color css
<style>
span { border-color: #A14DA6; }
span { border-color: rgb(161,77,166); }
td.TdClassName
{
border-color: #A14DA6;
}
.TagClassName
{
border-color: #A14DA6;
}
</style>