Shades of Viola #B695A3
Tints of Viola #B695A3
RGB
CMYK
RGB Variations
Color information
#B695A3 (or 0xB695A3) is known color: Viola. HEX triplet: B6, 95 and A3. RGB value is (182,149,163). Sum of RGB (Red+Green+Blue) = 182+149+163=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 182 - color contains mainly: red. Hex color #B695A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B695A3 is #496A5C. Grayscale: #A0A0A0. Windows color (decimal): -4811357 or 10720694. OLE color: 10720694.
HSL color Cylindrical-coordinate representation of color #B695A3: hue angle of 334.55º 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 #B695A3 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 149 | 163 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.29 |
| HSL | 334.55º | 0.18% | 0.65% | - |
| HSV(B) | 334.55º | 0.18% | 0.71% | - |
| XYZ | 36.65 | 34.08 | 39.3 | - |
| YUV | 160.46 | 129.43 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 149 | 163 | 0 | 0.18 | 0.10 | 0.29 | 334.55 | 0.18 | 0.65 |
| Hex | B6 | 95 | A3 | 0 | 12 | A | 1D | 14F | 12 | 41 |
| Octal | 266 | 225 | 243 | 0 | 22 | 12 | 35 | 517 | 22 | 101 |
| Binary | 10110110 | 10010101 | 10100011 | 0 | 10010 | 1010 | 11101 | 101001111 | 10010 | 1000001 |
Color Harmonies of #B695A3
Complementary color
Monochromatic Colors of #B695A3
Black with #B695A3
Text Example
Text Example
White with #B695A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B695A3; }
p { color: rgb(182,149,163); }
H1.HeaderClassName
{
color: #B695A3;
}
.AnyTagClassName
{
color: #B695A3;
}
</style>
background-color css
<style>
a { background-color: #B695A3; }
a { background-color: rgb(182,149,163); }
div.DivClassName
{
background-color: #B695A3;
}
.BgClassName
{
background-color: #B695A3;
}
</style>
border-color css
<style>
span { border-color: #B695A3; }
span { border-color: rgb(182,149,163); }
td.TdClassName
{
border-color: #B695A3;
}
.TagClassName
{
border-color: #B695A3;
}
</style>