Shades of Violet Blue #A15A90
Tints of Violet Blue #A15A90
RGB
CMYK
RGB Variations
Color information
#A15A90 (or 0xA15A90) is known color: Violet Blue. HEX triplet: A1, 5A and 90. RGB value is (161,90,144). Sum of RGB (Red+Green+Blue) = 161+90+144=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15A90 is #5EA56F. Grayscale: #757575. Windows color (decimal): -6202736 or 9460385. OLE color: 9460385.
HSL color Cylindrical-coordinate representation of color #A15A90: hue angle of 314.37º 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 #A15A90 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 90 | 144 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.37 |
| HSL | 314.37º | 0.28% | 0.49% | - |
| HSV(B) | 314.37º | 0.44% | 0.63% | - |
| XYZ | 23.39 | 16.9 | 28.42 | - |
| YUV | 117.39 | 143.02 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 144 | 0 | 0.44 | 0.11 | 0.37 | 314.37 | 0.28 | 0.49 |
| Hex | A1 | 5A | 90 | 0 | 2C | B | 25 | 13A | 1C | 31 |
| Octal | 241 | 132 | 220 | 0 | 54 | 13 | 45 | 472 | 34 | 61 |
| Binary | 10100001 | 1011010 | 10010000 | 0 | 101100 | 1011 | 100101 | 100111010 | 11100 | 110001 |
Color Harmonies of #A15A90
Complementary color
Monochromatic Colors of #A15A90
Black with #A15A90
Text Example
Text Example
White with #A15A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15A90; }
p { color: rgb(161,90,144); }
H1.HeaderClassName
{
color: #A15A90;
}
.AnyTagClassName
{
color: #A15A90;
}
</style>
background-color css
<style>
a { background-color: #A15A90; }
a { background-color: rgb(161,90,144); }
div.DivClassName
{
background-color: #A15A90;
}
.BgClassName
{
background-color: #A15A90;
}
</style>
border-color css
<style>
span { border-color: #A15A90; }
span { border-color: rgb(161,90,144); }
td.TdClassName
{
border-color: #A15A90;
}
.TagClassName
{
border-color: #A15A90;
}
</style>