Shades of Viola #B998A0
Tints of Viola #B998A0
RGB
CMYK
RGB Variations
Color information
#B998A0 (or 0xB998A0) is known color: Viola. HEX triplet: B9, 98 and A0. RGB value is (185,152,160). Sum of RGB (Red+Green+Blue) = 185+152+160=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 185 - color contains mainly: red. Hex color #B998A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B998A0 is #46675F. Grayscale: #A2A2A2. Windows color (decimal): -4613984 or 10524857. OLE color: 10524857.
HSL color Cylindrical-coordinate representation of color #B998A0: hue angle of 345.45º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B998A0 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 152 | 160 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.27 |
| HSL | 345.45º | 0.19% | 0.66% | - |
| HSV(B) | 345.45º | 0.18% | 0.73% | - |
| XYZ | 37.58 | 35.31 | 38.09 | - |
| YUV | 162.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 160 | 0 | 0.18 | 0.14 | 0.27 | 345.45 | 0.19 | 0.66 |
| Hex | B9 | 98 | A0 | 0 | 12 | E | 1B | 159 | 13 | 42 |
| Octal | 271 | 230 | 240 | 0 | 22 | 16 | 33 | 531 | 23 | 102 |
| Binary | 10111001 | 10011000 | 10100000 | 0 | 10010 | 1110 | 11011 | 101011001 | 10011 | 1000010 |
Color Harmonies of #B998A0
Complementary color
Monochromatic Colors of #B998A0
Black with #B998A0
Text Example
Text Example
White with #B998A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B998A0; }
p { color: rgb(185,152,160); }
H1.HeaderClassName
{
color: #B998A0;
}
.AnyTagClassName
{
color: #B998A0;
}
</style>
background-color css
<style>
a { background-color: #B998A0; }
a { background-color: rgb(185,152,160); }
div.DivClassName
{
background-color: #B998A0;
}
.BgClassName
{
background-color: #B998A0;
}
</style>
border-color css
<style>
span { border-color: #B998A0; }
span { border-color: rgb(185,152,160); }
td.TdClassName
{
border-color: #B998A0;
}
.TagClassName
{
border-color: #B998A0;
}
</style>