Shades of Violet Blue #A14697
Tints of Violet Blue #A14697
RGB
CMYK
RGB Variations
Color information
#A14697 (or 0xA14697) is known color: Violet Blue. HEX triplet: A1, 46 and 97. RGB value is (161,70,151). Sum of RGB (Red+Green+Blue) = 161+70+151=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A14697 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14697 is #5EB968. Grayscale: #6A6A6A. Windows color (decimal): -6207849 or 9914017. OLE color: 9914017.
HSL color Cylindrical-coordinate representation of color #A14697: hue angle of 306.59º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A14697 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 151 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.37 |
| HSL | 306.59º | 0.39% | 0.45% | - |
| HSV(B) | 306.59º | 0.57% | 0.63% | - |
| XYZ | 22.47 | 14.19 | 30.83 | - |
| YUV | 106.44 | 153.15 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 151 | 0 | 0.57 | 0.06 | 0.37 | 306.59 | 0.39 | 0.45 |
| Hex | A1 | 46 | 97 | 0 | 39 | 6 | 25 | 133 | 27 | 2D |
| Octal | 241 | 106 | 227 | 0 | 71 | 6 | 45 | 463 | 47 | 55 |
| Binary | 10100001 | 1000110 | 10010111 | 0 | 111001 | 110 | 100101 | 100110011 | 100111 | 101101 |
Color Harmonies of #A14697
Complementary color
Monochromatic Colors of #A14697
Black with #A14697
Text Example
Text Example
White with #A14697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14697; }
p { color: rgb(161,70,151); }
H1.HeaderClassName
{
color: #A14697;
}
.AnyTagClassName
{
color: #A14697;
}
</style>
background-color css
<style>
a { background-color: #A14697; }
a { background-color: rgb(161,70,151); }
div.DivClassName
{
background-color: #A14697;
}
.BgClassName
{
background-color: #A14697;
}
</style>
border-color css
<style>
span { border-color: #A14697; }
span { border-color: rgb(161,70,151); }
td.TdClassName
{
border-color: #A14697;
}
.TagClassName
{
border-color: #A14697;
}
</style>