Shades of Violet Blue #A14595
Tints of Violet Blue #A14595
RGB
CMYK
RGB Variations
Color information
#A14595 (or 0xA14595) is known color: Violet Blue. HEX triplet: A1, 45 and 95. RGB value is (161,69,149). Sum of RGB (Red+Green+Blue) = 161+69+149=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A14595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14595 is #5EBA6A. Grayscale: #696969. Windows color (decimal): -6208107 or 9782689. OLE color: 9782689.
HSL color Cylindrical-coordinate representation of color #A14595: hue angle of 307.83º degrees, saturation: 0.4, 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 #A14595 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 149 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.37 |
| HSL | 307.83º | 0.4% | 0.45% | - |
| HSV(B) | 307.83º | 0.57% | 0.63% | - |
| XYZ | 22.25 | 14 | 29.96 | - |
| YUV | 105.63 | 152.48 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 149 | 0 | 0.57 | 0.07 | 0.37 | 307.83 | 0.4 | 0.45 |
| Hex | A1 | 45 | 95 | 0 | 39 | 7 | 25 | 134 | 28 | 2D |
| Octal | 241 | 105 | 225 | 0 | 71 | 7 | 45 | 464 | 50 | 55 |
| Binary | 10100001 | 1000101 | 10010101 | 0 | 111001 | 111 | 100101 | 100110100 | 101000 | 101101 |
Color Harmonies of #A14595
Complementary color
Monochromatic Colors of #A14595
Black with #A14595
Text Example
Text Example
White with #A14595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14595; }
p { color: rgb(161,69,149); }
H1.HeaderClassName
{
color: #A14595;
}
.AnyTagClassName
{
color: #A14595;
}
</style>
background-color css
<style>
a { background-color: #A14595; }
a { background-color: rgb(161,69,149); }
div.DivClassName
{
background-color: #A14595;
}
.BgClassName
{
background-color: #A14595;
}
</style>
border-color css
<style>
span { border-color: #A14595; }
span { border-color: rgb(161,69,149); }
td.TdClassName
{
border-color: #A14595;
}
.TagClassName
{
border-color: #A14595;
}
</style>