Shades of Violet Blue #A14096
Tints of Violet Blue #A14096
RGB
CMYK
RGB Variations
Color information
#A14096 (or 0xA14096) is known color: Violet Blue. HEX triplet: A1, 40 and 96. RGB value is (161,64,150). Sum of RGB (Red+Green+Blue) = 161+64+150=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A14096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14096 is #5EBF69. Grayscale: #666666. Windows color (decimal): -6209386 or 9846945. OLE color: 9846945.
HSL color Cylindrical-coordinate representation of color #A14096: hue angle of 306.8º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14096 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 150 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.37 |
| HSL | 306.8º | 0.43% | 0.44% | - |
| HSV(B) | 306.8º | 0.6% | 0.63% | - |
| XYZ | 22.04 | 13.45 | 30.29 | - |
| YUV | 102.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 150 | 0 | 0.60 | 0.07 | 0.37 | 306.8 | 0.43 | 0.44 |
| Hex | A1 | 40 | 96 | 0 | 3C | 7 | 25 | 133 | 2B | 2C |
| Octal | 241 | 100 | 226 | 0 | 74 | 7 | 45 | 463 | 53 | 54 |
| Binary | 10100001 | 1000000 | 10010110 | 0 | 111100 | 111 | 100101 | 100110011 | 101011 | 101100 |
Color Harmonies of #A14096
Complementary color
Monochromatic Colors of #A14096
Black with #A14096
Text Example
Text Example
White with #A14096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14096; }
p { color: rgb(161,64,150); }
H1.HeaderClassName
{
color: #A14096;
}
.AnyTagClassName
{
color: #A14096;
}
</style>
background-color css
<style>
a { background-color: #A14096; }
a { background-color: rgb(161,64,150); }
div.DivClassName
{
background-color: #A14096;
}
.BgClassName
{
background-color: #A14096;
}
</style>
border-color css
<style>
span { border-color: #A14096; }
span { border-color: rgb(161,64,150); }
td.TdClassName
{
border-color: #A14096;
}
.TagClassName
{
border-color: #A14096;
}
</style>