Shades of Viola #C586A1
Tints of Viola #C586A1
RGB
CMYK
RGB Variations
Color information
#C586A1 (or 0xC586A1) is known color: Viola. HEX triplet: C5, 86 and A1. RGB value is (197,134,161). Sum of RGB (Red+Green+Blue) = 197+134+161=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C586A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C586A1 is #3A795E. Grayscale: #9B9B9B. Windows color (decimal): -3832159 or 10585797. OLE color: 10585797.
HSL color Cylindrical-coordinate representation of color #C586A1: hue angle of 334.29º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C586A1 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 161 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.23 |
| HSL | 334.29º | 0.35% | 0.65% | - |
| HSV(B) | 334.29º | 0.32% | 0.77% | - |
| XYZ | 37.98 | 31.49 | 37.8 | - |
| YUV | 155.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 161 | 0 | 0.32 | 0.18 | 0.23 | 334.29 | 0.35 | 0.65 |
| Hex | C5 | 86 | A1 | 0 | 20 | 12 | 17 | 14E | 23 | 41 |
| Octal | 305 | 206 | 241 | 0 | 40 | 22 | 27 | 516 | 43 | 101 |
| Binary | 11000101 | 10000110 | 10100001 | 0 | 100000 | 10010 | 10111 | 101001110 | 100011 | 1000001 |
Color Harmonies of #C586A1
Complementary color
Monochromatic Colors of #C586A1
Black with #C586A1
Text Example
Text Example
White with #C586A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C586A1; }
p { color: rgb(197,134,161); }
H1.HeaderClassName
{
color: #C586A1;
}
.AnyTagClassName
{
color: #C586A1;
}
</style>
background-color css
<style>
a { background-color: #C586A1; }
a { background-color: rgb(197,134,161); }
div.DivClassName
{
background-color: #C586A1;
}
.BgClassName
{
background-color: #C586A1;
}
</style>
border-color css
<style>
span { border-color: #C586A1; }
span { border-color: rgb(197,134,161); }
td.TdClassName
{
border-color: #C586A1;
}
.TagClassName
{
border-color: #C586A1;
}
</style>