Shades of Violet Blue #A16295
Tints of Violet Blue #A16295
RGB
CMYK
RGB Variations
Color information
#A16295 (or 0xA16295) is known color: Violet Blue. HEX triplet: A1, 62 and 95. RGB value is (161,98,149). Sum of RGB (Red+Green+Blue) = 161+98+149=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A16295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16295 is #5E9D6A. Grayscale: #7A7A7A. Windows color (decimal): -6200683 or 9790113. OLE color: 9790113.
HSL color Cylindrical-coordinate representation of color #A16295: hue angle of 311.43º 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 #A16295 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 149 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.37 |
| HSL | 311.43º | 0.25% | 0.51% | - |
| HSV(B) | 311.43º | 0.39% | 0.63% | - |
| XYZ | 24.49 | 18.48 | 30.71 | - |
| YUV | 122.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 149 | 0 | 0.39 | 0.07 | 0.37 | 311.43 | 0.25 | 0.51 |
| Hex | A1 | 62 | 95 | 0 | 27 | 7 | 25 | 137 | 19 | 33 |
| Octal | 241 | 142 | 225 | 0 | 47 | 7 | 45 | 467 | 31 | 63 |
| Binary | 10100001 | 1100010 | 10010101 | 0 | 100111 | 111 | 100101 | 100110111 | 11001 | 110011 |
Color Harmonies of #A16295
Complementary color
Monochromatic Colors of #A16295
Black with #A16295
Text Example
Text Example
White with #A16295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16295; }
p { color: rgb(161,98,149); }
H1.HeaderClassName
{
color: #A16295;
}
.AnyTagClassName
{
color: #A16295;
}
</style>
background-color css
<style>
a { background-color: #A16295; }
a { background-color: rgb(161,98,149); }
div.DivClassName
{
background-color: #A16295;
}
.BgClassName
{
background-color: #A16295;
}
</style>
border-color css
<style>
span { border-color: #A16295; }
span { border-color: rgb(161,98,149); }
td.TdClassName
{
border-color: #A16295;
}
.TagClassName
{
border-color: #A16295;
}
</style>