Shades of Viola #B799A1
Tints of Viola #B799A1
RGB
CMYK
RGB Variations
Color information
#B799A1 (or 0xB799A1) is known color: Viola. HEX triplet: B7, 99 and A1. RGB value is (183,153,161). Sum of RGB (Red+Green+Blue) = 183+153+161=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 183 - color contains mainly: red. Hex color #B799A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B799A1 is #48665E. Grayscale: #A2A2A2. Windows color (decimal): -4744799 or 10590647. OLE color: 10590647.
HSL color Cylindrical-coordinate representation of color #B799A1: hue angle of 344º 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 #B799A1 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 153 | 161 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.28 |
| HSL | 344º | 0.17% | 0.66% | - |
| HSV(B) | 344º | 0.16% | 0.72% | - |
| XYZ | 37.35 | 35.42 | 38.59 | - |
| YUV | 162.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 161 | 0 | 0.16 | 0.12 | 0.28 | 344 | 0.17 | 0.66 |
| Hex | B7 | 99 | A1 | 0 | 10 | C | 1C | 158 | 11 | 42 |
| Octal | 267 | 231 | 241 | 0 | 20 | 14 | 34 | 530 | 21 | 102 |
| Binary | 10110111 | 10011001 | 10100001 | 0 | 10000 | 1100 | 11100 | 101011000 | 10001 | 1000010 |
Color Harmonies of #B799A1
Complementary color
Monochromatic Colors of #B799A1
Black with #B799A1
Text Example
Text Example
White with #B799A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B799A1; }
p { color: rgb(183,153,161); }
H1.HeaderClassName
{
color: #B799A1;
}
.AnyTagClassName
{
color: #B799A1;
}
</style>
background-color css
<style>
a { background-color: #B799A1; }
a { background-color: rgb(183,153,161); }
div.DivClassName
{
background-color: #B799A1;
}
.BgClassName
{
background-color: #B799A1;
}
</style>
border-color css
<style>
span { border-color: #B799A1; }
span { border-color: rgb(183,153,161); }
td.TdClassName
{
border-color: #B799A1;
}
.TagClassName
{
border-color: #B799A1;
}
</style>