Shades of Viola #B598A4
Tints of Viola #B598A4
RGB
CMYK
RGB Variations
Color information
#B598A4 (or 0xB598A4) is known color: Viola. HEX triplet: B5, 98 and A4. RGB value is (181,152,164). Sum of RGB (Red+Green+Blue) = 181+152+164=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 164 (64.45% from 255 or 33.00% from 497); Max value from RGB is 181 - color contains mainly: red. Hex color #B598A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B598A4 is #4A675B. Grayscale: #A2A2A2. Windows color (decimal): -4876124 or 10786997. OLE color: 10786997.
HSL color Cylindrical-coordinate representation of color #B598A4: hue angle of 335.17º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B598A4 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 164 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.29 |
| HSL | 335.17º | 0.16% | 0.65% | - |
| HSV(B) | 335.17º | 0.16% | 0.71% | - |
| XYZ | 36.99 | 34.96 | 39.92 | - |
| YUV | 162.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 164 | 0 | 0.16 | 0.09 | 0.29 | 335.17 | 0.16 | 0.65 |
| Hex | B5 | 98 | A4 | 0 | 10 | 9 | 1D | 14F | 10 | 41 |
| Octal | 265 | 230 | 244 | 0 | 20 | 11 | 35 | 517 | 20 | 101 |
| Binary | 10110101 | 10011000 | 10100100 | 0 | 10000 | 1001 | 11101 | 101001111 | 10000 | 1000001 |
Color Harmonies of #B598A4
Complementary color
Monochromatic Colors of #B598A4
Black with #B598A4
Text Example
Text Example
White with #B598A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B598A4; }
p { color: rgb(181,152,164); }
H1.HeaderClassName
{
color: #B598A4;
}
.AnyTagClassName
{
color: #B598A4;
}
</style>
background-color css
<style>
a { background-color: #B598A4; }
a { background-color: rgb(181,152,164); }
div.DivClassName
{
background-color: #B598A4;
}
.BgClassName
{
background-color: #B598A4;
}
</style>
border-color css
<style>
span { border-color: #B598A4; }
span { border-color: rgb(181,152,164); }
td.TdClassName
{
border-color: #B598A4;
}
.TagClassName
{
border-color: #B598A4;
}
</style>