Shades of Violet Blue #A16492
Tints of Violet Blue #A16492
RGB
CMYK
RGB Variations
Color information
#A16492 (or 0xA16492) is known color: Violet Blue. HEX triplet: A1, 64 and 92. RGB value is (161,100,146). Sum of RGB (Red+Green+Blue) = 161+100+146=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A16492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16492 is #5E9B6D. Grayscale: #7B7B7B. Windows color (decimal): -6200174 or 9594017. OLE color: 9594017.
HSL color Cylindrical-coordinate representation of color #A16492: hue angle of 314.75º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A16492 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 146 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.37 |
| HSL | 314.75º | 0.24% | 0.51% | - |
| HSV(B) | 314.75º | 0.38% | 0.63% | - |
| XYZ | 24.44 | 18.77 | 29.53 | - |
| YUV | 123.48 | 140.71 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 146 | 0 | 0.38 | 0.09 | 0.37 | 314.75 | 0.24 | 0.51 |
| Hex | A1 | 64 | 92 | 0 | 26 | 9 | 25 | 13B | 18 | 33 |
| Octal | 241 | 144 | 222 | 0 | 46 | 11 | 45 | 473 | 30 | 63 |
| Binary | 10100001 | 1100100 | 10010010 | 0 | 100110 | 1001 | 100101 | 100111011 | 11000 | 110011 |
Color Harmonies of #A16492
Complementary color
Monochromatic Colors of #A16492
Black with #A16492
Text Example
Text Example
White with #A16492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16492; }
p { color: rgb(161,100,146); }
H1.HeaderClassName
{
color: #A16492;
}
.AnyTagClassName
{
color: #A16492;
}
</style>
background-color css
<style>
a { background-color: #A16492; }
a { background-color: rgb(161,100,146); }
div.DivClassName
{
background-color: #A16492;
}
.BgClassName
{
background-color: #A16492;
}
</style>
border-color css
<style>
span { border-color: #A16492; }
span { border-color: rgb(161,100,146); }
td.TdClassName
{
border-color: #A16492;
}
.TagClassName
{
border-color: #A16492;
}
</style>