Shades of Viola #B498A3
Tints of Viola #B498A3
RGB
CMYK
RGB Variations
Color information
#B498A3 (or 0xB498A3) is known color: Viola. HEX triplet: B4, 98 and A3. RGB value is (180,152,163). Sum of RGB (Red+Green+Blue) = 180+152+163=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 180 - color contains mainly: red. Hex color #B498A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B498A3 is #4B675C. Grayscale: #A1A1A1. Windows color (decimal): -4941661 or 10721460. OLE color: 10721460.
HSL color Cylindrical-coordinate representation of color #B498A3: hue angle of 336.43º 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 #B498A3 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 152 | 163 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.29 |
| HSL | 336.43º | 0.16% | 0.65% | - |
| HSV(B) | 336.43º | 0.16% | 0.71% | - |
| XYZ | 36.66 | 34.8 | 39.44 | - |
| YUV | 161.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 163 | 0 | 0.16 | 0.09 | 0.29 | 336.43 | 0.16 | 0.65 |
| Hex | B4 | 98 | A3 | 0 | 10 | 9 | 1D | 150 | 10 | 41 |
| Octal | 264 | 230 | 243 | 0 | 20 | 11 | 35 | 520 | 20 | 101 |
| Binary | 10110100 | 10011000 | 10100011 | 0 | 10000 | 1001 | 11101 | 101010000 | 10000 | 1000001 |
Color Harmonies of #B498A3
Complementary color
Monochromatic Colors of #B498A3
Black with #B498A3
Text Example
Text Example
White with #B498A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B498A3; }
p { color: rgb(180,152,163); }
H1.HeaderClassName
{
color: #B498A3;
}
.AnyTagClassName
{
color: #B498A3;
}
</style>
background-color css
<style>
a { background-color: #B498A3; }
a { background-color: rgb(180,152,163); }
div.DivClassName
{
background-color: #B498A3;
}
.BgClassName
{
background-color: #B498A3;
}
</style>
border-color css
<style>
span { border-color: #B498A3; }
span { border-color: rgb(180,152,163); }
td.TdClassName
{
border-color: #B498A3;
}
.TagClassName
{
border-color: #B498A3;
}
</style>