Shades of Viola #BA92A4
Tints of Viola #BA92A4
RGB
CMYK
RGB Variations
Color information
#BA92A4 (or 0xBA92A4) is known color: Viola. HEX triplet: BA, 92 and A4. RGB value is (186,146,164). Sum of RGB (Red+Green+Blue) = 186+146+164=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BA92A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA92A4 is #456D5B. Grayscale: #9F9F9F. Windows color (decimal): -4549980 or 10785466. OLE color: 10785466.
HSL color Cylindrical-coordinate representation of color #BA92A4: hue angle of 333º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA92A4 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 164 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.27 |
| HSL | 333º | 0.22% | 0.65% | - |
| HSV(B) | 333º | 0.22% | 0.73% | - |
| XYZ | 37.23 | 33.68 | 39.66 | - |
| YUV | 160.01 | 130.25 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 164 | 0 | 0.22 | 0.12 | 0.27 | 333 | 0.22 | 0.65 |
| Hex | BA | 92 | A4 | 0 | 16 | C | 1B | 14D | 16 | 41 |
| Octal | 272 | 222 | 244 | 0 | 26 | 14 | 33 | 515 | 26 | 101 |
| Binary | 10111010 | 10010010 | 10100100 | 0 | 10110 | 1100 | 11011 | 101001101 | 10110 | 1000001 |
Color Harmonies of #BA92A4
Complementary color
Monochromatic Colors of #BA92A4
Black with #BA92A4
Text Example
Text Example
White with #BA92A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA92A4; }
p { color: rgb(186,146,164); }
H1.HeaderClassName
{
color: #BA92A4;
}
.AnyTagClassName
{
color: #BA92A4;
}
</style>
background-color css
<style>
a { background-color: #BA92A4; }
a { background-color: rgb(186,146,164); }
div.DivClassName
{
background-color: #BA92A4;
}
.BgClassName
{
background-color: #BA92A4;
}
</style>
border-color css
<style>
span { border-color: #BA92A4; }
span { border-color: rgb(186,146,164); }
td.TdClassName
{
border-color: #BA92A4;
}
.TagClassName
{
border-color: #BA92A4;
}
</style>