Shades of Viola #C588A4
Tints of Viola #C588A4
RGB
CMYK
RGB Variations
Color information
#C588A4 (or 0xC588A4) is known color: Viola. HEX triplet: C5, 88 and A4. RGB value is (197,136,164). Sum of RGB (Red+Green+Blue) = 197+136+164=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 164 (64.45% from 255 or 33.00% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C588A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C588A4 is #3A775B. Grayscale: #9D9D9D. Windows color (decimal): -3831644 or 10782917. OLE color: 10782917.
HSL color Cylindrical-coordinate representation of color #C588A4: hue angle of 332.46º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C588A4 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 164 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.23 |
| HSL | 332.46º | 0.34% | 0.65% | - |
| HSV(B) | 332.46º | 0.31% | 0.77% | - |
| XYZ | 38.53 | 32.16 | 39.3 | - |
| YUV | 157.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 164 | 0 | 0.31 | 0.17 | 0.23 | 332.46 | 0.34 | 0.65 |
| Hex | C5 | 88 | A4 | 0 | 1F | 11 | 17 | 14C | 22 | 41 |
| Octal | 305 | 210 | 244 | 0 | 37 | 21 | 27 | 514 | 42 | 101 |
| Binary | 11000101 | 10001000 | 10100100 | 0 | 11111 | 10001 | 10111 | 101001100 | 100010 | 1000001 |
Color Harmonies of #C588A4
Complementary color
Monochromatic Colors of #C588A4
Black with #C588A4
Text Example
Text Example
White with #C588A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C588A4; }
p { color: rgb(197,136,164); }
H1.HeaderClassName
{
color: #C588A4;
}
.AnyTagClassName
{
color: #C588A4;
}
</style>
background-color css
<style>
a { background-color: #C588A4; }
a { background-color: rgb(197,136,164); }
div.DivClassName
{
background-color: #C588A4;
}
.BgClassName
{
background-color: #C588A4;
}
</style>
border-color css
<style>
span { border-color: #C588A4; }
span { border-color: rgb(197,136,164); }
td.TdClassName
{
border-color: #C588A4;
}
.TagClassName
{
border-color: #C588A4;
}
</style>