Shades of Viola #B398A0
Tints of Viola #B398A0
RGB
CMYK
RGB Variations
Color information
#B398A0 (or 0xB398A0) is known color: Viola. HEX triplet: B3, 98 and A0. RGB value is (179,152,160). Sum of RGB (Red+Green+Blue) = 179+152+160=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 179 - color contains mainly: red. Hex color #B398A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B398A0 is #4C675F. Grayscale: #A0A0A0. Windows color (decimal): -5007200 or 10524851. OLE color: 10524851.
HSL color Cylindrical-coordinate representation of color #B398A0: hue angle of 342.22º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B398A0 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 152 | 160 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.30 |
| HSL | 342.22º | 0.15% | 0.65% | - |
| HSV(B) | 342.22º | 0.15% | 0.7% | - |
| XYZ | 36.16 | 34.58 | 38.03 | - |
| YUV | 160.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 160 | 0 | 0.15 | 0.11 | 0.30 | 342.22 | 0.15 | 0.65 |
| Hex | B3 | 98 | A0 | 0 | F | B | 1E | 156 | F | 41 |
| Octal | 263 | 230 | 240 | 0 | 17 | 13 | 36 | 526 | 17 | 101 |
| Binary | 10110011 | 10011000 | 10100000 | 0 | 1111 | 1011 | 11110 | 101010110 | 1111 | 1000001 |
Color Harmonies of #B398A0
Complementary color
Monochromatic Colors of #B398A0
Black with #B398A0
Text Example
Text Example
White with #B398A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B398A0; }
p { color: rgb(179,152,160); }
H1.HeaderClassName
{
color: #B398A0;
}
.AnyTagClassName
{
color: #B398A0;
}
</style>
background-color css
<style>
a { background-color: #B398A0; }
a { background-color: rgb(179,152,160); }
div.DivClassName
{
background-color: #B398A0;
}
.BgClassName
{
background-color: #B398A0;
}
</style>
border-color css
<style>
span { border-color: #B398A0; }
span { border-color: rgb(179,152,160); }
td.TdClassName
{
border-color: #B398A0;
}
.TagClassName
{
border-color: #B398A0;
}
</style>