Shades of Viola #B599A2
Tints of Viola #B599A2
RGB
CMYK
RGB Variations
Color information
#B599A2 (or 0xB599A2) is known color: Viola. HEX triplet: B5, 99 and A2. RGB value is (181,153,162). Sum of RGB (Red+Green+Blue) = 181+153+162=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 181 - color contains mainly: red. Hex color #B599A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B599A2 is #4A665D. Grayscale: #A2A2A2. Windows color (decimal): -4875870 or 10656181. OLE color: 10656181.
HSL color Cylindrical-coordinate representation of color #B599A2: hue angle of 340.71º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B599A2 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 162 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.29 |
| HSL | 340.71º | 0.16% | 0.65% | - |
| HSV(B) | 340.71º | 0.15% | 0.71% | - |
| XYZ | 36.97 | 35.21 | 39.03 | - |
| YUV | 162.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 162 | 0 | 0.15 | 0.10 | 0.29 | 340.71 | 0.16 | 0.65 |
| Hex | B5 | 99 | A2 | 0 | F | A | 1D | 155 | 10 | 41 |
| Octal | 265 | 231 | 242 | 0 | 17 | 12 | 35 | 525 | 20 | 101 |
| Binary | 10110101 | 10011001 | 10100010 | 0 | 1111 | 1010 | 11101 | 101010101 | 10000 | 1000001 |
Color Harmonies of #B599A2
Complementary color
Monochromatic Colors of #B599A2
Black with #B599A2
Text Example
Text Example
White with #B599A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B599A2; }
p { color: rgb(181,153,162); }
H1.HeaderClassName
{
color: #B599A2;
}
.AnyTagClassName
{
color: #B599A2;
}
</style>
background-color css
<style>
a { background-color: #B599A2; }
a { background-color: rgb(181,153,162); }
div.DivClassName
{
background-color: #B599A2;
}
.BgClassName
{
background-color: #B599A2;
}
</style>
border-color css
<style>
span { border-color: #B599A2; }
span { border-color: rgb(181,153,162); }
td.TdClassName
{
border-color: #B599A2;
}
.TagClassName
{
border-color: #B599A2;
}
</style>