Shades of Violet Blue #A14F99
Tints of Violet Blue #A14F99
RGB
CMYK
RGB Variations
Color information
#A14F99 (or 0xA14F99) is known color: Violet Blue. HEX triplet: A1, 4F and 99. RGB value is (161,79,153). Sum of RGB (Red+Green+Blue) = 161+79+153=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14F99 is #5EB066. Grayscale: #6F6F6F. Windows color (decimal): -6205543 or 10047393. OLE color: 10047393.
HSL color Cylindrical-coordinate representation of color #A14F99: hue angle of 305.85º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A14F99 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 79 | 153 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.37 |
| HSL | 305.85º | 0.34% | 0.47% | - |
| HSV(B) | 305.85º | 0.51% | 0.63% | - |
| XYZ | 23.24 | 15.47 | 31.9 | - |
| YUV | 111.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 153 | 0 | 0.51 | 0.05 | 0.37 | 305.85 | 0.34 | 0.47 |
| Hex | A1 | 4F | 99 | 0 | 33 | 5 | 25 | 132 | 22 | 2F |
| Octal | 241 | 117 | 231 | 0 | 63 | 5 | 45 | 462 | 42 | 57 |
| Binary | 10100001 | 1001111 | 10011001 | 0 | 110011 | 101 | 100101 | 100110010 | 100010 | 101111 |
Color Harmonies of #A14F99
Complementary color
Monochromatic Colors of #A14F99
Black with #A14F99
Text Example
Text Example
White with #A14F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14F99; }
p { color: rgb(161,79,153); }
H1.HeaderClassName
{
color: #A14F99;
}
.AnyTagClassName
{
color: #A14F99;
}
</style>
background-color css
<style>
a { background-color: #A14F99; }
a { background-color: rgb(161,79,153); }
div.DivClassName
{
background-color: #A14F99;
}
.BgClassName
{
background-color: #A14F99;
}
</style>
border-color css
<style>
span { border-color: #A14F99; }
span { border-color: rgb(161,79,153); }
td.TdClassName
{
border-color: #A14F99;
}
.TagClassName
{
border-color: #A14F99;
}
</style>