Shades of Viola #BA90A0
Tints of Viola #BA90A0
RGB
CMYK
RGB Variations
Color information
#BA90A0 (or 0xBA90A0) is known color: Viola. HEX triplet: BA, 90 and A0. RGB value is (186,144,160). Sum of RGB (Red+Green+Blue) = 186+144+160=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BA90A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA90A0 is #456F5F. Grayscale: #9E9E9E. Windows color (decimal): -4550496 or 10522810. OLE color: 10522810.
HSL color Cylindrical-coordinate representation of color #BA90A0: hue angle of 337.14º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA90A0 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 160 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.27 |
| HSL | 337.14º | 0.23% | 0.65% | - |
| HSV(B) | 337.14º | 0.23% | 0.73% | - |
| XYZ | 36.57 | 32.92 | 37.69 | - |
| YUV | 158.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 160 | 0 | 0.23 | 0.14 | 0.27 | 337.14 | 0.23 | 0.65 |
| Hex | BA | 90 | A0 | 0 | 17 | E | 1B | 151 | 17 | 41 |
| Octal | 272 | 220 | 240 | 0 | 27 | 16 | 33 | 521 | 27 | 101 |
| Binary | 10111010 | 10010000 | 10100000 | 0 | 10111 | 1110 | 11011 | 101010001 | 10111 | 1000001 |
Color Harmonies of #BA90A0
Complementary color
Monochromatic Colors of #BA90A0
Black with #BA90A0
Text Example
Text Example
White with #BA90A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA90A0; }
p { color: rgb(186,144,160); }
H1.HeaderClassName
{
color: #BA90A0;
}
.AnyTagClassName
{
color: #BA90A0;
}
</style>
background-color css
<style>
a { background-color: #BA90A0; }
a { background-color: rgb(186,144,160); }
div.DivClassName
{
background-color: #BA90A0;
}
.BgClassName
{
background-color: #BA90A0;
}
</style>
border-color css
<style>
span { border-color: #BA90A0; }
span { border-color: rgb(186,144,160); }
td.TdClassName
{
border-color: #BA90A0;
}
.TagClassName
{
border-color: #BA90A0;
}
</style>