Shades of Violet Blue #A16499
Tints of Violet Blue #A16499
RGB
CMYK
RGB Variations
Color information
#A16499 (or 0xA16499) is known color: Violet Blue. HEX triplet: A1, 64 and 99. RGB value is (161,100,153). Sum of RGB (Red+Green+Blue) = 161+100+153=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A16499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16499 is #5E9B66. Grayscale: #7C7C7C. Windows color (decimal): -6200167 or 10052769. OLE color: 10052769.
HSL color Cylindrical-coordinate representation of color #A16499: hue angle of 307.87º 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 #A16499 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 153 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.37 |
| HSL | 307.87º | 0.24% | 0.51% | - |
| HSV(B) | 307.87º | 0.38% | 0.63% | - |
| XYZ | 25 | 18.99 | 32.48 | - |
| YUV | 124.28 | 144.21 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 153 | 0 | 0.38 | 0.05 | 0.37 | 307.87 | 0.24 | 0.51 |
| Hex | A1 | 64 | 99 | 0 | 26 | 5 | 25 | 134 | 18 | 33 |
| Octal | 241 | 144 | 231 | 0 | 46 | 5 | 45 | 464 | 30 | 63 |
| Binary | 10100001 | 1100100 | 10011001 | 0 | 100110 | 101 | 100101 | 100110100 | 11000 | 110011 |
Color Harmonies of #A16499
Complementary color
Monochromatic Colors of #A16499
Black with #A16499
Text Example
Text Example
White with #A16499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16499; }
p { color: rgb(161,100,153); }
H1.HeaderClassName
{
color: #A16499;
}
.AnyTagClassName
{
color: #A16499;
}
</style>
background-color css
<style>
a { background-color: #A16499; }
a { background-color: rgb(161,100,153); }
div.DivClassName
{
background-color: #A16499;
}
.BgClassName
{
background-color: #A16499;
}
</style>
border-color css
<style>
span { border-color: #A16499; }
span { border-color: rgb(161,100,153); }
td.TdClassName
{
border-color: #A16499;
}
.TagClassName
{
border-color: #A16499;
}
</style>