Shades of Violet Blue #A14095
Tints of Violet Blue #A14095
RGB
CMYK
RGB Variations
Color information
#A14095 (or 0xA14095) is known color: Violet Blue. HEX triplet: A1, 40 and 95. RGB value is (161,64,149). Sum of RGB (Red+Green+Blue) = 161+64+149=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A14095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14095 is #5EBF6A. Grayscale: #666666. Windows color (decimal): -6209387 or 9781409. OLE color: 9781409.
HSL color Cylindrical-coordinate representation of color #A14095: hue angle of 307.42º 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 #A14095 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 149 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.37 |
| HSL | 307.42º | 0.43% | 0.44% | - |
| HSV(B) | 307.42º | 0.6% | 0.63% | - |
| XYZ | 21.96 | 13.41 | 29.87 | - |
| YUV | 102.69 | 154.14 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 149 | 0 | 0.60 | 0.07 | 0.37 | 307.42 | 0.43 | 0.44 |
| Hex | A1 | 40 | 95 | 0 | 3C | 7 | 25 | 133 | 2B | 2C |
| Octal | 241 | 100 | 225 | 0 | 74 | 7 | 45 | 463 | 53 | 54 |
| Binary | 10100001 | 1000000 | 10010101 | 0 | 111100 | 111 | 100101 | 100110011 | 101011 | 101100 |
Color Harmonies of #A14095
Complementary color
Monochromatic Colors of #A14095
Black with #A14095
Text Example
Text Example
White with #A14095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14095; }
p { color: rgb(161,64,149); }
H1.HeaderClassName
{
color: #A14095;
}
.AnyTagClassName
{
color: #A14095;
}
</style>
background-color css
<style>
a { background-color: #A14095; }
a { background-color: rgb(161,64,149); }
div.DivClassName
{
background-color: #A14095;
}
.BgClassName
{
background-color: #A14095;
}
</style>
border-color css
<style>
span { border-color: #A14095; }
span { border-color: rgb(161,64,149); }
td.TdClassName
{
border-color: #A14095;
}
.TagClassName
{
border-color: #A14095;
}
</style>