Shades of Viola #C58FA7
Tints of Viola #C58FA7
RGB
CMYK
RGB Variations
Color information
#C58FA7 (or 0xC58FA7) is known color: Viola. HEX triplet: C5, 8F and A7. RGB value is (197,143,167). Sum of RGB (Red+Green+Blue) = 197+143+167=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C58FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58FA7 is #3A7058. Grayscale: #A1A1A1. Windows color (decimal): -3829849 or 10981317. OLE color: 10981317.
HSL color Cylindrical-coordinate representation of color #C58FA7: hue angle of 333.33º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C58FA7 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 167 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.23 |
| HSL | 333.33º | 0.32% | 0.67% | - |
| HSV(B) | 333.33º | 0.27% | 0.77% | - |
| XYZ | 39.82 | 34.31 | 41.08 | - |
| YUV | 161.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 167 | 0 | 0.27 | 0.15 | 0.23 | 333.33 | 0.32 | 0.67 |
| Hex | C5 | 8F | A7 | 0 | 1B | F | 17 | 14D | 20 | 43 |
| Octal | 305 | 217 | 247 | 0 | 33 | 17 | 27 | 515 | 40 | 103 |
| Binary | 11000101 | 10001111 | 10100111 | 0 | 11011 | 1111 | 10111 | 101001101 | 100000 | 1000011 |
Color Harmonies of #C58FA7
Complementary color
Monochromatic Colors of #C58FA7
Black with #C58FA7
Text Example
Text Example
White with #C58FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58FA7; }
p { color: rgb(197,143,167); }
H1.HeaderClassName
{
color: #C58FA7;
}
.AnyTagClassName
{
color: #C58FA7;
}
</style>
background-color css
<style>
a { background-color: #C58FA7; }
a { background-color: rgb(197,143,167); }
div.DivClassName
{
background-color: #C58FA7;
}
.BgClassName
{
background-color: #C58FA7;
}
</style>
border-color css
<style>
span { border-color: #C58FA7; }
span { border-color: rgb(197,143,167); }
td.TdClassName
{
border-color: #C58FA7;
}
.TagClassName
{
border-color: #C58FA7;
}
</style>