Shades of Violet Blue #A14C8F
Tints of Violet Blue #A14C8F
RGB
CMYK
RGB Variations
Color information
#A14C8F (or 0xA14C8F) is known color: Violet Blue. HEX triplet: A1, 4C and 8F. RGB value is (161,76,143). Sum of RGB (Red+Green+Blue) = 161+76+143=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14C8F is #5EB370. Grayscale: #6C6C6C. Windows color (decimal): -6206321 or 9391265. OLE color: 9391265.
HSL color Cylindrical-coordinate representation of color #A14C8F: hue angle of 312.71º 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 #A14C8F is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 143 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.37 |
| HSL | 312.71º | 0.36% | 0.46% | - |
| HSV(B) | 312.71º | 0.53% | 0.63% | - |
| XYZ | 22.24 | 14.73 | 27.66 | - |
| YUV | 109.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 143 | 0 | 0.53 | 0.11 | 0.37 | 312.71 | 0.36 | 0.46 |
| Hex | A1 | 4C | 8F | 0 | 35 | B | 25 | 139 | 24 | 2E |
| Octal | 241 | 114 | 217 | 0 | 65 | 13 | 45 | 471 | 44 | 56 |
| Binary | 10100001 | 1001100 | 10001111 | 0 | 110101 | 1011 | 100101 | 100111001 | 100100 | 101110 |
Color Harmonies of #A14C8F
Complementary color
Monochromatic Colors of #A14C8F
Black with #A14C8F
Text Example
Text Example
White with #A14C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C8F; }
p { color: rgb(161,76,143); }
H1.HeaderClassName
{
color: #A14C8F;
}
.AnyTagClassName
{
color: #A14C8F;
}
</style>
background-color css
<style>
a { background-color: #A14C8F; }
a { background-color: rgb(161,76,143); }
div.DivClassName
{
background-color: #A14C8F;
}
.BgClassName
{
background-color: #A14C8F;
}
</style>
border-color css
<style>
span { border-color: #A14C8F; }
span { border-color: rgb(161,76,143); }
td.TdClassName
{
border-color: #A14C8F;
}
.TagClassName
{
border-color: #A14C8F;
}
</style>