Shades of Violet Blue #A14F9D
Tints of Violet Blue #A14F9D
RGB
CMYK
RGB Variations
Color information
#A14F9D (or 0xA14F9D) is known color: Violet Blue. HEX triplet: A1, 4F and 9D. RGB value is (161,79,157). Sum of RGB (Red+Green+Blue) = 161+79+157=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14F9D is #5EB062. Grayscale: #707070. Windows color (decimal): -6205539 or 10309537. OLE color: 10309537.
HSL color Cylindrical-coordinate representation of color #A14F9D: hue angle of 302.93º 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 #A14F9D is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 79 | 157 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.37 |
| HSL | 302.93º | 0.34% | 0.47% | - |
| HSV(B) | 302.93º | 0.51% | 0.63% | - |
| XYZ | 23.58 | 15.6 | 33.67 | - |
| YUV | 112.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 157 | 0 | 0.51 | 0.02 | 0.37 | 302.93 | 0.34 | 0.47 |
| Hex | A1 | 4F | 9D | 0 | 33 | 2 | 25 | 12F | 22 | 2F |
| Octal | 241 | 117 | 235 | 0 | 63 | 2 | 45 | 457 | 42 | 57 |
| Binary | 10100001 | 1001111 | 10011101 | 0 | 110011 | 10 | 100101 | 100101111 | 100010 | 101111 |
Color Harmonies of #A14F9D
Complementary color
Monochromatic Colors of #A14F9D
Black with #A14F9D
Text Example
Text Example
White with #A14F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14F9D; }
p { color: rgb(161,79,157); }
H1.HeaderClassName
{
color: #A14F9D;
}
.AnyTagClassName
{
color: #A14F9D;
}
</style>
background-color css
<style>
a { background-color: #A14F9D; }
a { background-color: rgb(161,79,157); }
div.DivClassName
{
background-color: #A14F9D;
}
.BgClassName
{
background-color: #A14F9D;
}
</style>
border-color css
<style>
span { border-color: #A14F9D; }
span { border-color: rgb(161,79,157); }
td.TdClassName
{
border-color: #A14F9D;
}
.TagClassName
{
border-color: #A14F9D;
}
</style>