Shades of Viola #B696A2
Tints of Viola #B696A2
RGB
CMYK
RGB Variations
Color information
#B696A2 (or 0xB696A2) is known color: Viola. HEX triplet: B6, 96 and A2. RGB value is (182,150,162). Sum of RGB (Red+Green+Blue) = 182+150+162=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 182 - color contains mainly: red. Hex color #B696A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B696A2 is #49695D. Grayscale: #A0A0A0. Windows color (decimal): -4811102 or 10655414. OLE color: 10655414.
HSL color Cylindrical-coordinate representation of color #B696A2: hue angle of 337.5º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B696A2 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 150 | 162 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.29 |
| HSL | 337.5º | 0.18% | 0.65% | - |
| HSV(B) | 337.5º | 0.18% | 0.71% | - |
| XYZ | 36.72 | 34.37 | 38.88 | - |
| YUV | 160.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 150 | 162 | 0 | 0.18 | 0.11 | 0.29 | 337.5 | 0.18 | 0.65 |
| Hex | B6 | 96 | A2 | 0 | 12 | B | 1D | 152 | 12 | 41 |
| Octal | 266 | 226 | 242 | 0 | 22 | 13 | 35 | 522 | 22 | 101 |
| Binary | 10110110 | 10010110 | 10100010 | 0 | 10010 | 1011 | 11101 | 101010010 | 10010 | 1000001 |
Color Harmonies of #B696A2
Complementary color
Monochromatic Colors of #B696A2
Black with #B696A2
Text Example
Text Example
White with #B696A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B696A2; }
p { color: rgb(182,150,162); }
H1.HeaderClassName
{
color: #B696A2;
}
.AnyTagClassName
{
color: #B696A2;
}
</style>
background-color css
<style>
a { background-color: #B696A2; }
a { background-color: rgb(182,150,162); }
div.DivClassName
{
background-color: #B696A2;
}
.BgClassName
{
background-color: #B696A2;
}
</style>
border-color css
<style>
span { border-color: #B696A2; }
span { border-color: rgb(182,150,162); }
td.TdClassName
{
border-color: #B696A2;
}
.TagClassName
{
border-color: #B696A2;
}
</style>