Shades of Violet Blue #A15C90
Tints of Violet Blue #A15C90
RGB
CMYK
RGB Variations
Color information
#A15C90 (or 0xA15C90) is known color: Violet Blue. HEX triplet: A1, 5C and 90. RGB value is (161,92,144). Sum of RGB (Red+Green+Blue) = 161+92+144=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15C90 is #5EA36F. Grayscale: #767676. Windows color (decimal): -6202224 or 9460897. OLE color: 9460897.
HSL color Cylindrical-coordinate representation of color #A15C90: hue angle of 314.78º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A15C90 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 92 | 144 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.37 |
| HSL | 314.78º | 0.27% | 0.5% | - |
| HSV(B) | 314.78º | 0.43% | 0.63% | - |
| XYZ | 23.56 | 17.24 | 28.47 | - |
| YUV | 118.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 92 | 144 | 0 | 0.43 | 0.11 | 0.37 | 314.78 | 0.27 | 0.5 |
| Hex | A1 | 5C | 90 | 0 | 2B | B | 25 | 13B | 1B | 32 |
| Octal | 241 | 134 | 220 | 0 | 53 | 13 | 45 | 473 | 33 | 62 |
| Binary | 10100001 | 1011100 | 10010000 | 0 | 101011 | 1011 | 100101 | 100111011 | 11011 | 110010 |
Color Harmonies of #A15C90
Complementary color
Monochromatic Colors of #A15C90
Black with #A15C90
Text Example
Text Example
White with #A15C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15C90; }
p { color: rgb(161,92,144); }
H1.HeaderClassName
{
color: #A15C90;
}
.AnyTagClassName
{
color: #A15C90;
}
</style>
background-color css
<style>
a { background-color: #A15C90; }
a { background-color: rgb(161,92,144); }
div.DivClassName
{
background-color: #A15C90;
}
.BgClassName
{
background-color: #A15C90;
}
</style>
border-color css
<style>
span { border-color: #A15C90; }
span { border-color: rgb(161,92,144); }
td.TdClassName
{
border-color: #A15C90;
}
.TagClassName
{
border-color: #A15C90;
}
</style>