Shades of Viola #B799A2
Tints of Viola #B799A2
RGB
CMYK
RGB Variations
Color information
#B799A2 (or 0xB799A2) is known color: Viola. HEX triplet: B7, 99 and A2. RGB value is (183,153,162). Sum of RGB (Red+Green+Blue) = 183+153+162=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 183 - color contains mainly: red. Hex color #B799A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B799A2 is #48665D. Grayscale: #A2A2A2. Windows color (decimal): -4744798 or 10656183. OLE color: 10656183.
HSL color Cylindrical-coordinate representation of color #B799A2: hue angle of 342º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B799A2 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 153 | 162 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.28 |
| HSL | 342º | 0.17% | 0.66% | - |
| HSV(B) | 342º | 0.16% | 0.72% | - |
| XYZ | 37.44 | 35.46 | 39.05 | - |
| YUV | 163 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 162 | 0 | 0.16 | 0.11 | 0.28 | 342 | 0.17 | 0.66 |
| Hex | B7 | 99 | A2 | 0 | 10 | B | 1C | 156 | 11 | 42 |
| Octal | 267 | 231 | 242 | 0 | 20 | 13 | 34 | 526 | 21 | 102 |
| Binary | 10110111 | 10011001 | 10100010 | 0 | 10000 | 1011 | 11100 | 101010110 | 10001 | 1000010 |
Color Harmonies of #B799A2
Complementary color
Monochromatic Colors of #B799A2
Black with #B799A2
Text Example
Text Example
White with #B799A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B799A2; }
p { color: rgb(183,153,162); }
H1.HeaderClassName
{
color: #B799A2;
}
.AnyTagClassName
{
color: #B799A2;
}
</style>
background-color css
<style>
a { background-color: #B799A2; }
a { background-color: rgb(183,153,162); }
div.DivClassName
{
background-color: #B799A2;
}
.BgClassName
{
background-color: #B799A2;
}
</style>
border-color css
<style>
span { border-color: #B799A2; }
span { border-color: rgb(183,153,162); }
td.TdClassName
{
border-color: #B799A2;
}
.TagClassName
{
border-color: #B799A2;
}
</style>