Shades of Violet Blue #A16391
Tints of Violet Blue #A16391
RGB
CMYK
RGB Variations
Color information
#A16391 (or 0xA16391) is known color: Violet Blue. HEX triplet: A1, 63 and 91. RGB value is (161,99,145). Sum of RGB (Red+Green+Blue) = 161+99+145=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A16391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16391 is #5E9C6E. Grayscale: #7A7A7A. Windows color (decimal): -6200431 or 9528225. OLE color: 9528225.
HSL color Cylindrical-coordinate representation of color #A16391: hue angle of 315.48º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A16391 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 145 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.37 |
| HSL | 315.48º | 0.25% | 0.51% | - |
| HSV(B) | 315.48º | 0.39% | 0.63% | - |
| XYZ | 24.27 | 18.55 | 29.09 | - |
| YUV | 122.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 145 | 0 | 0.39 | 0.10 | 0.37 | 315.48 | 0.25 | 0.51 |
| Hex | A1 | 63 | 91 | 0 | 27 | A | 25 | 13B | 19 | 33 |
| Octal | 241 | 143 | 221 | 0 | 47 | 12 | 45 | 473 | 31 | 63 |
| Binary | 10100001 | 1100011 | 10010001 | 0 | 100111 | 1010 | 100101 | 100111011 | 11001 | 110011 |
Color Harmonies of #A16391
Complementary color
Monochromatic Colors of #A16391
Black with #A16391
Text Example
Text Example
White with #A16391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16391; }
p { color: rgb(161,99,145); }
H1.HeaderClassName
{
color: #A16391;
}
.AnyTagClassName
{
color: #A16391;
}
</style>
background-color css
<style>
a { background-color: #A16391; }
a { background-color: rgb(161,99,145); }
div.DivClassName
{
background-color: #A16391;
}
.BgClassName
{
background-color: #A16391;
}
</style>
border-color css
<style>
span { border-color: #A16391; }
span { border-color: rgb(161,99,145); }
td.TdClassName
{
border-color: #A16391;
}
.TagClassName
{
border-color: #A16391;
}
</style>