Shades of Violet Blue #A15990
Tints of Violet Blue #A15990
RGB
CMYK
RGB Variations
Color information
#A15990 (or 0xA15990) is known color: Violet Blue. HEX triplet: A1, 59 and 90. RGB value is (161,89,144). Sum of RGB (Red+Green+Blue) = 161+89+144=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A15990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15990 is #5EA66F. Grayscale: #747474. Windows color (decimal): -6202992 or 9460129. OLE color: 9460129.
HSL color Cylindrical-coordinate representation of color #A15990: hue angle of 314.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A15990 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 89 | 144 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.37 |
| HSL | 314.17º | 0.29% | 0.49% | - |
| HSV(B) | 314.17º | 0.45% | 0.63% | - |
| XYZ | 23.3 | 16.74 | 28.39 | - |
| YUV | 116.8 | 143.35 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 144 | 0 | 0.45 | 0.11 | 0.37 | 314.17 | 0.29 | 0.49 |
| Hex | A1 | 59 | 90 | 0 | 2D | B | 25 | 13A | 1D | 31 |
| Octal | 241 | 131 | 220 | 0 | 55 | 13 | 45 | 472 | 35 | 61 |
| Binary | 10100001 | 1011001 | 10010000 | 0 | 101101 | 1011 | 100101 | 100111010 | 11101 | 110001 |
Color Harmonies of #A15990
Complementary color
Monochromatic Colors of #A15990
Black with #A15990
Text Example
Text Example
White with #A15990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15990; }
p { color: rgb(161,89,144); }
H1.HeaderClassName
{
color: #A15990;
}
.AnyTagClassName
{
color: #A15990;
}
</style>
background-color css
<style>
a { background-color: #A15990; }
a { background-color: rgb(161,89,144); }
div.DivClassName
{
background-color: #A15990;
}
.BgClassName
{
background-color: #A15990;
}
</style>
border-color css
<style>
span { border-color: #A15990; }
span { border-color: rgb(161,89,144); }
td.TdClassName
{
border-color: #A15990;
}
.TagClassName
{
border-color: #A15990;
}
</style>