Shades of Violet Blue #A14192
Tints of Violet Blue #A14192
RGB
CMYK
RGB Variations
Color information
#A14192 (or 0xA14192) is known color: Violet Blue. HEX triplet: A1, 41 and 92. RGB value is (161,65,146). Sum of RGB (Red+Green+Blue) = 161+65+146=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A14192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14192 is #5EBE6D. Grayscale: #666666. Windows color (decimal): -6209134 or 9585057. OLE color: 9585057.
HSL color Cylindrical-coordinate representation of color #A14192: hue angle of 309.38º degrees, saturation: 0.42, 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 #A14192 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 65 | 146 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.37 |
| HSL | 309.38º | 0.42% | 0.44% | - |
| HSV(B) | 309.38º | 0.6% | 0.63% | - |
| XYZ | 21.78 | 13.43 | 28.64 | - |
| YUV | 102.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 146 | 0 | 0.60 | 0.09 | 0.37 | 309.38 | 0.42 | 0.44 |
| Hex | A1 | 41 | 92 | 0 | 3C | 9 | 25 | 135 | 2A | 2C |
| Octal | 241 | 101 | 222 | 0 | 74 | 11 | 45 | 465 | 52 | 54 |
| Binary | 10100001 | 1000001 | 10010010 | 0 | 111100 | 1001 | 100101 | 100110101 | 101010 | 101100 |
Color Harmonies of #A14192
Complementary color
Monochromatic Colors of #A14192
Black with #A14192
Text Example
Text Example
White with #A14192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14192; }
p { color: rgb(161,65,146); }
H1.HeaderClassName
{
color: #A14192;
}
.AnyTagClassName
{
color: #A14192;
}
</style>
background-color css
<style>
a { background-color: #A14192; }
a { background-color: rgb(161,65,146); }
div.DivClassName
{
background-color: #A14192;
}
.BgClassName
{
background-color: #A14192;
}
</style>
border-color css
<style>
span { border-color: #A14192; }
span { border-color: rgb(161,65,146); }
td.TdClassName
{
border-color: #A14192;
}
.TagClassName
{
border-color: #A14192;
}
</style>