Shades of Viola #B698A1
Tints of Viola #B698A1
RGB
CMYK
RGB Variations
Color information
#B698A1 (or 0xB698A1) is known color: Viola. HEX triplet: B6, 98 and A1. RGB value is (182,152,161). Sum of RGB (Red+Green+Blue) = 182+152+161=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 182 - color contains mainly: red. Hex color #B698A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B698A1 is #49675E. Grayscale: #A1A1A1. Windows color (decimal): -4810591 or 10590390. OLE color: 10590390.
HSL color Cylindrical-coordinate representation of color #B698A1: hue angle of 342º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B698A1 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 152 | 161 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.29 |
| HSL | 342º | 0.17% | 0.65% | - |
| HSV(B) | 342º | 0.16% | 0.71% | - |
| XYZ | 36.95 | 34.97 | 38.52 | - |
| YUV | 162 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 152 | 161 | 0 | 0.16 | 0.12 | 0.29 | 342 | 0.17 | 0.65 |
| Hex | B6 | 98 | A1 | 0 | 10 | C | 1D | 156 | 11 | 41 |
| Octal | 266 | 230 | 241 | 0 | 20 | 14 | 35 | 526 | 21 | 101 |
| Binary | 10110110 | 10011000 | 10100001 | 0 | 10000 | 1100 | 11101 | 101010110 | 10001 | 1000001 |
Color Harmonies of #B698A1
Complementary color
Monochromatic Colors of #B698A1
Black with #B698A1
Text Example
Text Example
White with #B698A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B698A1; }
p { color: rgb(182,152,161); }
H1.HeaderClassName
{
color: #B698A1;
}
.AnyTagClassName
{
color: #B698A1;
}
</style>
background-color css
<style>
a { background-color: #B698A1; }
a { background-color: rgb(182,152,161); }
div.DivClassName
{
background-color: #B698A1;
}
.BgClassName
{
background-color: #B698A1;
}
</style>
border-color css
<style>
span { border-color: #B698A1; }
span { border-color: rgb(182,152,161); }
td.TdClassName
{
border-color: #B698A1;
}
.TagClassName
{
border-color: #B698A1;
}
</style>