Shades of Viola #BA93A4
Tints of Viola #BA93A4
RGB
CMYK
RGB Variations
Color information
#BA93A4 (or 0xBA93A4) is known color: Viola. HEX triplet: BA, 93 and A4. RGB value is (186,147,164). Sum of RGB (Red+Green+Blue) = 186+147+164=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 164 (64.45% from 255 or 33.00% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BA93A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA93A4 is #456C5B. Grayscale: #A0A0A0. Windows color (decimal): -4549724 or 10785722. OLE color: 10785722.
HSL color Cylindrical-coordinate representation of color #BA93A4: hue angle of 333.85º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA93A4 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 164 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.27 |
| HSL | 333.85º | 0.22% | 0.65% | - |
| HSV(B) | 333.85º | 0.21% | 0.73% | - |
| XYZ | 37.38 | 33.99 | 39.71 | - |
| YUV | 160.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 164 | 0 | 0.21 | 0.12 | 0.27 | 333.85 | 0.22 | 0.65 |
| Hex | BA | 93 | A4 | 0 | 15 | C | 1B | 14E | 16 | 41 |
| Octal | 272 | 223 | 244 | 0 | 25 | 14 | 33 | 516 | 26 | 101 |
| Binary | 10111010 | 10010011 | 10100100 | 0 | 10101 | 1100 | 11011 | 101001110 | 10110 | 1000001 |
Color Harmonies of #BA93A4
Complementary color
Monochromatic Colors of #BA93A4
Black with #BA93A4
Text Example
Text Example
White with #BA93A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93A4; }
p { color: rgb(186,147,164); }
H1.HeaderClassName
{
color: #BA93A4;
}
.AnyTagClassName
{
color: #BA93A4;
}
</style>
background-color css
<style>
a { background-color: #BA93A4; }
a { background-color: rgb(186,147,164); }
div.DivClassName
{
background-color: #BA93A4;
}
.BgClassName
{
background-color: #BA93A4;
}
</style>
border-color css
<style>
span { border-color: #BA93A4; }
span { border-color: rgb(186,147,164); }
td.TdClassName
{
border-color: #BA93A4;
}
.TagClassName
{
border-color: #BA93A4;
}
</style>