Shades of Viola #BA9AA5
Tints of Viola #BA9AA5
RGB
CMYK
RGB Variations
Color information
#BA9AA5 (or 0xBA9AA5) is known color: Viola. HEX triplet: BA, 9A and A5. RGB value is (186,154,165). Sum of RGB (Red+Green+Blue) = 186+154+165=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9AA5 is #45655A. Grayscale: #A4A4A4. Windows color (decimal): -4547931 or 10853050. OLE color: 10853050.
HSL color Cylindrical-coordinate representation of color #BA9AA5: hue angle of 339.38º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BA9AA5 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 165 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.27 |
| HSL | 339.38º | 0.19% | 0.67% | - |
| HSV(B) | 339.38º | 0.17% | 0.73% | - |
| XYZ | 38.6 | 36.27 | 40.56 | - |
| YUV | 164.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 165 | 0 | 0.17 | 0.11 | 0.27 | 339.38 | 0.19 | 0.67 |
| Hex | BA | 9A | A5 | 0 | 11 | B | 1B | 153 | 13 | 43 |
| Octal | 272 | 232 | 245 | 0 | 21 | 13 | 33 | 523 | 23 | 103 |
| Binary | 10111010 | 10011010 | 10100101 | 0 | 10001 | 1011 | 11011 | 101010011 | 10011 | 1000011 |
Color Harmonies of #BA9AA5
Complementary color
Monochromatic Colors of #BA9AA5
Black with #BA9AA5
Text Example
Text Example
White with #BA9AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9AA5; }
p { color: rgb(186,154,165); }
H1.HeaderClassName
{
color: #BA9AA5;
}
.AnyTagClassName
{
color: #BA9AA5;
}
</style>
background-color css
<style>
a { background-color: #BA9AA5; }
a { background-color: rgb(186,154,165); }
div.DivClassName
{
background-color: #BA9AA5;
}
.BgClassName
{
background-color: #BA9AA5;
}
</style>
border-color css
<style>
span { border-color: #BA9AA5; }
span { border-color: rgb(186,154,165); }
td.TdClassName
{
border-color: #BA9AA5;
}
.TagClassName
{
border-color: #BA9AA5;
}
</style>