Shades of Viola #C58AA0
Tints of Viola #C58AA0
RGB
CMYK
RGB Variations
Color information
#C58AA0 (or 0xC58AA0) is known color: Viola. HEX triplet: C5, 8A and A0. RGB value is (197,138,160). Sum of RGB (Red+Green+Blue) = 197+138+160=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C58AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58AA0 is #3A755F. Grayscale: #9E9E9E. Windows color (decimal): -3831136 or 10521285. OLE color: 10521285.
HSL color Cylindrical-coordinate representation of color #C58AA0: hue angle of 337.63º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58AA0 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 160 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.23 |
| HSL | 337.63º | 0.34% | 0.66% | - |
| HSV(B) | 337.63º | 0.3% | 0.77% | - |
| XYZ | 38.46 | 32.59 | 37.52 | - |
| YUV | 158.15 | 129.05 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 160 | 0 | 0.30 | 0.19 | 0.23 | 337.63 | 0.34 | 0.66 |
| Hex | C5 | 8A | A0 | 0 | 1E | 13 | 17 | 152 | 22 | 42 |
| Octal | 305 | 212 | 240 | 0 | 36 | 23 | 27 | 522 | 42 | 102 |
| Binary | 11000101 | 10001010 | 10100000 | 0 | 11110 | 10011 | 10111 | 101010010 | 100010 | 1000010 |
Color Harmonies of #C58AA0
Complementary color
Monochromatic Colors of #C58AA0
Black with #C58AA0
Text Example
Text Example
White with #C58AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58AA0; }
p { color: rgb(197,138,160); }
H1.HeaderClassName
{
color: #C58AA0;
}
.AnyTagClassName
{
color: #C58AA0;
}
</style>
background-color css
<style>
a { background-color: #C58AA0; }
a { background-color: rgb(197,138,160); }
div.DivClassName
{
background-color: #C58AA0;
}
.BgClassName
{
background-color: #C58AA0;
}
</style>
border-color css
<style>
span { border-color: #C58AA0; }
span { border-color: rgb(197,138,160); }
td.TdClassName
{
border-color: #C58AA0;
}
.TagClassName
{
border-color: #C58AA0;
}
</style>