Shades of Violet Blue #A14396
Tints of Violet Blue #A14396
RGB
CMYK
RGB Variations
Color information
#A14396 (or 0xA14396) is known color: Violet Blue. HEX triplet: A1, 43 and 96. RGB value is (161,67,150). Sum of RGB (Red+Green+Blue) = 161+67+150=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A14396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14396 is #5EBC69. Grayscale: #686868. Windows color (decimal): -6208618 or 9847713. OLE color: 9847713.
HSL color Cylindrical-coordinate representation of color #A14396: hue angle of 307.02º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14396 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 150 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.37 |
| HSL | 307.02º | 0.41% | 0.45% | - |
| HSV(B) | 307.02º | 0.58% | 0.63% | - |
| XYZ | 22.21 | 13.79 | 30.35 | - |
| YUV | 104.57 | 153.64 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 150 | 0 | 0.58 | 0.07 | 0.37 | 307.02 | 0.41 | 0.45 |
| Hex | A1 | 43 | 96 | 0 | 3A | 7 | 25 | 133 | 29 | 2D |
| Octal | 241 | 103 | 226 | 0 | 72 | 7 | 45 | 463 | 51 | 55 |
| Binary | 10100001 | 1000011 | 10010110 | 0 | 111010 | 111 | 100101 | 100110011 | 101001 | 101101 |
Color Harmonies of #A14396
Complementary color
Monochromatic Colors of #A14396
Black with #A14396
Text Example
Text Example
White with #A14396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14396; }
p { color: rgb(161,67,150); }
H1.HeaderClassName
{
color: #A14396;
}
.AnyTagClassName
{
color: #A14396;
}
</style>
background-color css
<style>
a { background-color: #A14396; }
a { background-color: rgb(161,67,150); }
div.DivClassName
{
background-color: #A14396;
}
.BgClassName
{
background-color: #A14396;
}
</style>
border-color css
<style>
span { border-color: #A14396; }
span { border-color: rgb(161,67,150); }
td.TdClassName
{
border-color: #A14396;
}
.TagClassName
{
border-color: #A14396;
}
</style>