Shades of Violet Blue #A14CA6
Tints of Violet Blue #A14CA6
RGB
CMYK
RGB Variations
Color information
#A14CA6 (or 0xA14CA6) is known color: Violet Blue. HEX triplet: A1, 4C and A6. RGB value is (161,76,166). Sum of RGB (Red+Green+Blue) = 161+76+166=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 166 - color contains mainly: blue. Hex color #A14CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14CA6 is #5EB359. Grayscale: #6F6F6F. Windows color (decimal): -6206298 or 10898593. OLE color: 10898593.
HSL color Cylindrical-coordinate representation of color #A14CA6: hue angle of 296.67º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A14CA6 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 76 | 166 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.35 |
| HSL | 296.67º | 0.37% | 0.47% | - |
| HSV(B) | 296.67º | 0.54% | 0.65% | - |
| XYZ | 24.17 | 15.5 | 37.79 | - |
| YUV | 111.68 | 158.66 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 166 | 0.03 | 0.54 | 0 | 0.35 | 296.67 | 0.37 | 0.47 |
| Hex | A1 | 4C | A6 | 3 | 36 | 0 | 23 | 129 | 25 | 2F |
| Octal | 241 | 114 | 246 | 3 | 66 | 0 | 43 | 451 | 45 | 57 |
| Binary | 10100001 | 1001100 | 10100110 | 11 | 110110 | 0 | 100011 | 100101001 | 100101 | 101111 |
Color Harmonies of #A14CA6
Complementary color
Monochromatic Colors of #A14CA6
Black with #A14CA6
Text Example
Text Example
White with #A14CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14CA6; }
p { color: rgb(161,76,166); }
H1.HeaderClassName
{
color: #A14CA6;
}
.AnyTagClassName
{
color: #A14CA6;
}
</style>
background-color css
<style>
a { background-color: #A14CA6; }
a { background-color: rgb(161,76,166); }
div.DivClassName
{
background-color: #A14CA6;
}
.BgClassName
{
background-color: #A14CA6;
}
</style>
border-color css
<style>
span { border-color: #A14CA6; }
span { border-color: rgb(161,76,166); }
td.TdClassName
{
border-color: #A14CA6;
}
.TagClassName
{
border-color: #A14CA6;
}
</style>