Shades of Violet Blue #A16498
Tints of Violet Blue #A16498
RGB
CMYK
RGB Variations
Color information
#A16498 (or 0xA16498) is known color: Violet Blue. HEX triplet: A1, 64 and 98. RGB value is (161,100,152). Sum of RGB (Red+Green+Blue) = 161+100+152=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A16498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16498 is #5E9B67. Grayscale: #7C7C7C. Windows color (decimal): -6200168 or 9987233. OLE color: 9987233.
HSL color Cylindrical-coordinate representation of color #A16498: hue angle of 308.85º 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 #A16498 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 152 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.37 |
| HSL | 308.85º | 0.24% | 0.51% | - |
| HSV(B) | 308.85º | 0.38% | 0.63% | - |
| XYZ | 24.92 | 18.96 | 32.05 | - |
| YUV | 124.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 152 | 0 | 0.38 | 0.06 | 0.37 | 308.85 | 0.24 | 0.51 |
| Hex | A1 | 64 | 98 | 0 | 26 | 6 | 25 | 135 | 18 | 33 |
| Octal | 241 | 144 | 230 | 0 | 46 | 6 | 45 | 465 | 30 | 63 |
| Binary | 10100001 | 1100100 | 10011000 | 0 | 100110 | 110 | 100101 | 100110101 | 11000 | 110011 |
Color Harmonies of #A16498
Complementary color
Monochromatic Colors of #A16498
Black with #A16498
Text Example
Text Example
White with #A16498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16498; }
p { color: rgb(161,100,152); }
H1.HeaderClassName
{
color: #A16498;
}
.AnyTagClassName
{
color: #A16498;
}
</style>
background-color css
<style>
a { background-color: #A16498; }
a { background-color: rgb(161,100,152); }
div.DivClassName
{
background-color: #A16498;
}
.BgClassName
{
background-color: #A16498;
}
</style>
border-color css
<style>
span { border-color: #A16498; }
span { border-color: rgb(161,100,152); }
td.TdClassName
{
border-color: #A16498;
}
.TagClassName
{
border-color: #A16498;
}
</style>