Shades of Viola #B299A1
Tints of Viola #B299A1
RGB
CMYK
RGB Variations
Color information
#B299A1 (or 0xB299A1) is known color: Viola. HEX triplet: B2, 99 and A1. RGB value is (178,153,161). Sum of RGB (Red+Green+Blue) = 178+153+161=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 178 - color contains mainly: red. Hex color #B299A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B299A1 is #4D665E. Grayscale: #A1A1A1. Windows color (decimal): -5072479 or 10590642. OLE color: 10590642.
HSL color Cylindrical-coordinate representation of color #B299A1: hue angle of 340.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B299A1 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 153 | 161 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.30 |
| HSL | 340.8º | 0.14% | 0.65% | - |
| HSV(B) | 340.8º | 0.14% | 0.7% | - |
| XYZ | 36.18 | 34.82 | 38.53 | - |
| YUV | 161.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 153 | 161 | 0 | 0.14 | 0.10 | 0.30 | 340.8 | 0.14 | 0.65 |
| Hex | B2 | 99 | A1 | 0 | E | A | 1E | 155 | E | 41 |
| Octal | 262 | 231 | 241 | 0 | 16 | 12 | 36 | 525 | 16 | 101 |
| Binary | 10110010 | 10011001 | 10100001 | 0 | 1110 | 1010 | 11110 | 101010101 | 1110 | 1000001 |
Color Harmonies of #B299A1
Complementary color
Monochromatic Colors of #B299A1
Black with #B299A1
Text Example
Text Example
White with #B299A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B299A1; }
p { color: rgb(178,153,161); }
H1.HeaderClassName
{
color: #B299A1;
}
.AnyTagClassName
{
color: #B299A1;
}
</style>
background-color css
<style>
a { background-color: #B299A1; }
a { background-color: rgb(178,153,161); }
div.DivClassName
{
background-color: #B299A1;
}
.BgClassName
{
background-color: #B299A1;
}
</style>
border-color css
<style>
span { border-color: #B299A1; }
span { border-color: rgb(178,153,161); }
td.TdClassName
{
border-color: #B299A1;
}
.TagClassName
{
border-color: #B299A1;
}
</style>