Shades of Viola #B698A3
Tints of Viola #B698A3
RGB
CMYK
RGB Variations
Color information
#B698A3 (or 0xB698A3) is known color: Viola. HEX triplet: B6, 98 and A3. RGB value is (182,152,163). Sum of RGB (Red+Green+Blue) = 182+152+163=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 163 (64.06% from 255 or 32.80% from 497); Max value from RGB is 182 - color contains mainly: red. Hex color #B698A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B698A3 is #49675C. Grayscale: #A2A2A2. Windows color (decimal): -4810589 or 10721462. OLE color: 10721462.
HSL color Cylindrical-coordinate representation of color #B698A3: hue angle of 338º 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 #B698A3 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 152 | 163 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.29 |
| HSL | 338º | 0.17% | 0.65% | - |
| HSV(B) | 338º | 0.16% | 0.71% | - |
| XYZ | 37.13 | 35.05 | 39.46 | - |
| YUV | 162.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 152 | 163 | 0 | 0.16 | 0.10 | 0.29 | 338 | 0.17 | 0.65 |
| Hex | B6 | 98 | A3 | 0 | 10 | A | 1D | 152 | 11 | 41 |
| Octal | 266 | 230 | 243 | 0 | 20 | 12 | 35 | 522 | 21 | 101 |
| Binary | 10110110 | 10011000 | 10100011 | 0 | 10000 | 1010 | 11101 | 101010010 | 10001 | 1000001 |
Color Harmonies of #B698A3
Complementary color
Monochromatic Colors of #B698A3
Black with #B698A3
Text Example
Text Example
White with #B698A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B698A3; }
p { color: rgb(182,152,163); }
H1.HeaderClassName
{
color: #B698A3;
}
.AnyTagClassName
{
color: #B698A3;
}
</style>
background-color css
<style>
a { background-color: #B698A3; }
a { background-color: rgb(182,152,163); }
div.DivClassName
{
background-color: #B698A3;
}
.BgClassName
{
background-color: #B698A3;
}
</style>
border-color css
<style>
span { border-color: #B698A3; }
span { border-color: rgb(182,152,163); }
td.TdClassName
{
border-color: #B698A3;
}
.TagClassName
{
border-color: #B698A3;
}
</style>