Shades of Viola #B593A1
Tints of Viola #B593A1
RGB
CMYK
RGB Variations
Color information
#B593A1 (or 0xB593A1) is known color: Viola. HEX triplet: B5, 93 and A1. RGB value is (181,147,161). Sum of RGB (Red+Green+Blue) = 181+147+161=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 181 - color contains mainly: red. Hex color #B593A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B593A1 is #4A6C5E. Grayscale: #9E9E9E. Windows color (decimal): -4877407 or 10589109. OLE color: 10589109.
HSL color Cylindrical-coordinate representation of color #B593A1: hue angle of 335.29º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B593A1 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 147 | 161 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.29 |
| HSL | 335.29º | 0.19% | 0.64% | - |
| HSV(B) | 335.29º | 0.19% | 0.71% | - |
| XYZ | 35.92 | 33.26 | 38.25 | - |
| YUV | 158.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 161 | 0 | 0.19 | 0.11 | 0.29 | 335.29 | 0.19 | 0.64 |
| Hex | B5 | 93 | A1 | 0 | 13 | B | 1D | 14F | 13 | 40 |
| Octal | 265 | 223 | 241 | 0 | 23 | 13 | 35 | 517 | 23 | 100 |
| Binary | 10110101 | 10010011 | 10100001 | 0 | 10011 | 1011 | 11101 | 101001111 | 10011 | 1000000 |
Color Harmonies of #B593A1
Complementary color
Monochromatic Colors of #B593A1
Black with #B593A1
Text Example
Text Example
White with #B593A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B593A1; }
p { color: rgb(181,147,161); }
H1.HeaderClassName
{
color: #B593A1;
}
.AnyTagClassName
{
color: #B593A1;
}
</style>
background-color css
<style>
a { background-color: #B593A1; }
a { background-color: rgb(181,147,161); }
div.DivClassName
{
background-color: #B593A1;
}
.BgClassName
{
background-color: #B593A1;
}
</style>
border-color css
<style>
span { border-color: #B593A1; }
span { border-color: rgb(181,147,161); }
td.TdClassName
{
border-color: #B593A1;
}
.TagClassName
{
border-color: #B593A1;
}
</style>