Shades of Violet Blue #A14199
Tints of Violet Blue #A14199
RGB
CMYK
RGB Variations
Color information
#A14199 (or 0xA14199) is known color: Violet Blue. HEX triplet: A1, 41 and 99. RGB value is (161,65,153). Sum of RGB (Red+Green+Blue) = 161+65+153=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A14199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14199 is #5EBE66. Grayscale: #676767. Windows color (decimal): -6209127 or 10043809. OLE color: 10043809.
HSL color Cylindrical-coordinate representation of color #A14199: hue angle of 305º 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 #A14199 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 65 | 153 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.37 |
| HSL | 305º | 0.42% | 0.44% | - |
| HSV(B) | 305º | 0.6% | 0.63% | - |
| XYZ | 22.34 | 13.66 | 31.6 | - |
| YUV | 103.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 153 | 0 | 0.60 | 0.05 | 0.37 | 305 | 0.42 | 0.44 |
| Hex | A1 | 41 | 99 | 0 | 3C | 5 | 25 | 131 | 2A | 2C |
| Octal | 241 | 101 | 231 | 0 | 74 | 5 | 45 | 461 | 52 | 54 |
| Binary | 10100001 | 1000001 | 10011001 | 0 | 111100 | 101 | 100101 | 100110001 | 101010 | 101100 |
Color Harmonies of #A14199
Complementary color
Monochromatic Colors of #A14199
Black with #A14199
Text Example
Text Example
White with #A14199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14199; }
p { color: rgb(161,65,153); }
H1.HeaderClassName
{
color: #A14199;
}
.AnyTagClassName
{
color: #A14199;
}
</style>
background-color css
<style>
a { background-color: #A14199; }
a { background-color: rgb(161,65,153); }
div.DivClassName
{
background-color: #A14199;
}
.BgClassName
{
background-color: #A14199;
}
</style>
border-color css
<style>
span { border-color: #A14199; }
span { border-color: rgb(161,65,153); }
td.TdClassName
{
border-color: #A14199;
}
.TagClassName
{
border-color: #A14199;
}
</style>