Shades of Viola #C58AA7
Tints of Viola #C58AA7
RGB
CMYK
RGB Variations
Color information
#C58AA7 (or 0xC58AA7) is known color: Viola. HEX triplet: C5, 8A and A7. RGB value is (197,138,167). Sum of RGB (Red+Green+Blue) = 197+138+167=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C58AA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58AA7 is #3A7558. Grayscale: #9E9E9E. Windows color (decimal): -3831129 or 10980037. OLE color: 10980037.
HSL color Cylindrical-coordinate representation of color #C58AA7: hue angle of 330.51º 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 #C58AA7 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 167 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.23 |
| HSL | 330.51º | 0.34% | 0.66% | - |
| HSV(B) | 330.51º | 0.3% | 0.77% | - |
| XYZ | 39.09 | 32.84 | 40.84 | - |
| YUV | 158.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 167 | 0 | 0.30 | 0.15 | 0.23 | 330.51 | 0.34 | 0.66 |
| Hex | C5 | 8A | A7 | 0 | 1E | F | 17 | 14B | 22 | 42 |
| Octal | 305 | 212 | 247 | 0 | 36 | 17 | 27 | 513 | 42 | 102 |
| Binary | 11000101 | 10001010 | 10100111 | 0 | 11110 | 1111 | 10111 | 101001011 | 100010 | 1000010 |
Color Harmonies of #C58AA7
Complementary color
Monochromatic Colors of #C58AA7
Black with #C58AA7
Text Example
Text Example
White with #C58AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58AA7; }
p { color: rgb(197,138,167); }
H1.HeaderClassName
{
color: #C58AA7;
}
.AnyTagClassName
{
color: #C58AA7;
}
</style>
background-color css
<style>
a { background-color: #C58AA7; }
a { background-color: rgb(197,138,167); }
div.DivClassName
{
background-color: #C58AA7;
}
.BgClassName
{
background-color: #C58AA7;
}
</style>
border-color css
<style>
span { border-color: #C58AA7; }
span { border-color: rgb(197,138,167); }
td.TdClassName
{
border-color: #C58AA7;
}
.TagClassName
{
border-color: #C58AA7;
}
</style>