Shades of Violet Blue #A14C9C
Tints of Violet Blue #A14C9C
RGB
CMYK
RGB Variations
Color information
#A14C9C (or 0xA14C9C) is known color: Violet Blue. HEX triplet: A1, 4C and 9C. RGB value is (161,76,156). Sum of RGB (Red+Green+Blue) = 161+76+156=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14C9C is #5EB363. Grayscale: #6E6E6E. Windows color (decimal): -6206308 or 10243233. OLE color: 10243233.
HSL color Cylindrical-coordinate representation of color #A14C9C: hue angle of 303.53º 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 #A14C9C is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 156 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.37 |
| HSL | 303.53º | 0.36% | 0.46% | - |
| HSV(B) | 303.53º | 0.53% | 0.63% | - |
| XYZ | 23.28 | 15.15 | 33.15 | - |
| YUV | 110.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 156 | 0 | 0.53 | 0.03 | 0.37 | 303.53 | 0.36 | 0.46 |
| Hex | A1 | 4C | 9C | 0 | 35 | 3 | 25 | 130 | 24 | 2E |
| Octal | 241 | 114 | 234 | 0 | 65 | 3 | 45 | 460 | 44 | 56 |
| Binary | 10100001 | 1001100 | 10011100 | 0 | 110101 | 11 | 100101 | 100110000 | 100100 | 101110 |
Color Harmonies of #A14C9C
Complementary color
Monochromatic Colors of #A14C9C
Black with #A14C9C
Text Example
Text Example
White with #A14C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C9C; }
p { color: rgb(161,76,156); }
H1.HeaderClassName
{
color: #A14C9C;
}
.AnyTagClassName
{
color: #A14C9C;
}
</style>
background-color css
<style>
a { background-color: #A14C9C; }
a { background-color: rgb(161,76,156); }
div.DivClassName
{
background-color: #A14C9C;
}
.BgClassName
{
background-color: #A14C9C;
}
</style>
border-color css
<style>
span { border-color: #A14C9C; }
span { border-color: rgb(161,76,156); }
td.TdClassName
{
border-color: #A14C9C;
}
.TagClassName
{
border-color: #A14C9C;
}
</style>