Shades of Violet Blue #A15797
Tints of Violet Blue #A15797
RGB
CMYK
RGB Variations
Color information
#A15797 (or 0xA15797) is known color: Violet Blue. HEX triplet: A1, 57 and 97. RGB value is (161,87,151). Sum of RGB (Red+Green+Blue) = 161+87+151=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A15797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15797 is #5EA868. Grayscale: #747474. Windows color (decimal): -6203497 or 9918369. OLE color: 9918369.
HSL color Cylindrical-coordinate representation of color #A15797: hue angle of 308.11º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A15797 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 87 | 151 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.37 |
| HSL | 308.11º | 0.3% | 0.49% | - |
| HSV(B) | 308.11º | 0.46% | 0.63% | - |
| XYZ | 23.69 | 16.63 | 31.24 | - |
| YUV | 116.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 87 | 151 | 0 | 0.46 | 0.06 | 0.37 | 308.11 | 0.3 | 0.49 |
| Hex | A1 | 57 | 97 | 0 | 2E | 6 | 25 | 134 | 1E | 31 |
| Octal | 241 | 127 | 227 | 0 | 56 | 6 | 45 | 464 | 36 | 61 |
| Binary | 10100001 | 1010111 | 10010111 | 0 | 101110 | 110 | 100101 | 100110100 | 11110 | 110001 |
Color Harmonies of #A15797
Complementary color
Monochromatic Colors of #A15797
Black with #A15797
Text Example
Text Example
White with #A15797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15797; }
p { color: rgb(161,87,151); }
H1.HeaderClassName
{
color: #A15797;
}
.AnyTagClassName
{
color: #A15797;
}
</style>
background-color css
<style>
a { background-color: #A15797; }
a { background-color: rgb(161,87,151); }
div.DivClassName
{
background-color: #A15797;
}
.BgClassName
{
background-color: #A15797;
}
</style>
border-color css
<style>
span { border-color: #A15797; }
span { border-color: rgb(161,87,151); }
td.TdClassName
{
border-color: #A15797;
}
.TagClassName
{
border-color: #A15797;
}
</style>