Shades of Viola #B397A0
Tints of Viola #B397A0
RGB
CMYK
RGB Variations
Color information
#B397A0 (or 0xB397A0) is known color: Viola. HEX triplet: B3, 97 and A0. RGB value is (179,151,160). Sum of RGB (Red+Green+Blue) = 179+151+160=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 179 - color contains mainly: red. Hex color #B397A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B397A0 is #4C685F. Grayscale: #A0A0A0. Windows color (decimal): -5007456 or 10524595. OLE color: 10524595.
HSL color Cylindrical-coordinate representation of color #B397A0: hue angle of 340.71º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B397A0 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
RGB | 179 | 151 | 160 | - |
CMYK | 0 | 0.16 | 0.11 | 0.30 |
HSL | 340.71º | 0.16% | 0.65% | - |
HSV(B) | 340.71º | 0.16% | 0.7% | - |
XYZ | 36 | 34.25 | 37.97 | - |
YUV | 160.4 | 127.78 | 141.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 179 | 151 | 160 | 0 | 0.16 | 0.11 | 0.30 | 340.71 | 0.16 | 0.65 |
Hex | B3 | 97 | A0 | 0 | 10 | B | 1E | 155 | 10 | 41 |
Octal | 263 | 227 | 240 | 0 | 20 | 13 | 36 | 525 | 20 | 101 |
Binary | 10110011 | 10010111 | 10100000 | 0 | 10000 | 1011 | 11110 | 101010101 | 10000 | 1000001 |
Color Harmonies of #B397A0
Complementary color
Monochromatic Colors of #B397A0
Black with #B397A0
Text Example
Text Example
White with #B397A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B397A0; }
p { color: rgb(179,151,160); }
H1.HeaderClassName
{
color: #B397A0;
}
.AnyTagClassName
{
color: #B397A0;
}
</style>
background-color css
<style>
a { background-color: #B397A0; }
a { background-color: rgb(179,151,160); }
div.DivClassName
{
background-color: #B397A0;
}
.BgClassName
{
background-color: #B397A0;
}
</style>
border-color css
<style>
span { border-color: #B397A0; }
span { border-color: rgb(179,151,160); }
td.TdClassName
{
border-color: #B397A0;
}
.TagClassName
{
border-color: #B397A0;
}
</style>