Shades of Violet Blue #A14198
Tints of Violet Blue #A14198
RGB
CMYK
RGB Variations
Color information
#A14198 (or 0xA14198) is known color: Violet Blue. HEX triplet: A1, 41 and 98. RGB value is (161,65,152). Sum of RGB (Red+Green+Blue) = 161+65+152=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A14198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14198 is #5EBE67. Grayscale: #676767. Windows color (decimal): -6209128 or 9978273. OLE color: 9978273.
HSL color Cylindrical-coordinate representation of color #A14198: hue angle of 305.62º 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 #A14198 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 65 | 152 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.37 |
| HSL | 305.63º | 0.42% | 0.44% | - |
| HSV(B) | 305.63º | 0.6% | 0.63% | - |
| XYZ | 22.26 | 13.62 | 31.16 | - |
| YUV | 103.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 152 | 0 | 0.60 | 0.06 | 0.37 | 305.63 | 0.42 | 0.44 |
| Hex | A1 | 41 | 98 | 0 | 3C | 6 | 25 | 132 | 2A | 2C |
| Octal | 241 | 101 | 230 | 0 | 74 | 6 | 45 | 462 | 52 | 54 |
| Binary | 10100001 | 1000001 | 10011000 | 0 | 111100 | 110 | 100101 | 100110010 | 101010 | 101100 |
Color Harmonies of #A14198
Complementary color
Monochromatic Colors of #A14198
Black with #A14198
Text Example
Text Example
White with #A14198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14198; }
p { color: rgb(161,65,152); }
H1.HeaderClassName
{
color: #A14198;
}
.AnyTagClassName
{
color: #A14198;
}
</style>
background-color css
<style>
a { background-color: #A14198; }
a { background-color: rgb(161,65,152); }
div.DivClassName
{
background-color: #A14198;
}
.BgClassName
{
background-color: #A14198;
}
</style>
border-color css
<style>
span { border-color: #A14198; }
span { border-color: rgb(161,65,152); }
td.TdClassName
{
border-color: #A14198;
}
.TagClassName
{
border-color: #A14198;
}
</style>