Shades of Violet Blue #A15A97
Tints of Violet Blue #A15A97
RGB
CMYK
RGB Variations
Color information
#A15A97 (or 0xA15A97) is known color: Violet Blue. HEX triplet: A1, 5A and 97. RGB value is (161,90,151). Sum of RGB (Red+Green+Blue) = 161+90+151=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15A97 is #5EA568. Grayscale: #767676. Windows color (decimal): -6202729 or 9919137. OLE color: 9919137.
HSL color Cylindrical-coordinate representation of color #A15A97: hue angle of 308.45º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A15A97 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 90 | 151 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.37 |
| HSL | 308.45º | 0.28% | 0.49% | - |
| HSV(B) | 308.45º | 0.44% | 0.63% | - |
| XYZ | 23.94 | 17.12 | 31.32 | - |
| YUV | 118.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 151 | 0 | 0.44 | 0.06 | 0.37 | 308.45 | 0.28 | 0.49 |
| Hex | A1 | 5A | 97 | 0 | 2C | 6 | 25 | 134 | 1C | 31 |
| Octal | 241 | 132 | 227 | 0 | 54 | 6 | 45 | 464 | 34 | 61 |
| Binary | 10100001 | 1011010 | 10010111 | 0 | 101100 | 110 | 100101 | 100110100 | 11100 | 110001 |
Color Harmonies of #A15A97
Complementary color
Monochromatic Colors of #A15A97
Black with #A15A97
Text Example
Text Example
White with #A15A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15A97; }
p { color: rgb(161,90,151); }
H1.HeaderClassName
{
color: #A15A97;
}
.AnyTagClassName
{
color: #A15A97;
}
</style>
background-color css
<style>
a { background-color: #A15A97; }
a { background-color: rgb(161,90,151); }
div.DivClassName
{
background-color: #A15A97;
}
.BgClassName
{
background-color: #A15A97;
}
</style>
border-color css
<style>
span { border-color: #A15A97; }
span { border-color: rgb(161,90,151); }
td.TdClassName
{
border-color: #A15A97;
}
.TagClassName
{
border-color: #A15A97;
}
</style>