Shades of Viola #C48AA0
Tints of Viola #C48AA0
RGB
CMYK
RGB Variations
Color information
#C48AA0 (or 0xC48AA0) is known color: Viola. HEX triplet: C4, 8A and A0. RGB value is (196,138,160). Sum of RGB (Red+Green+Blue) = 196+138+160=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C48AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48AA0 is #3B755F. Grayscale: #9D9D9D. Windows color (decimal): -3896672 or 10521284. OLE color: 10521284.
HSL color Cylindrical-coordinate representation of color #C48AA0: hue angle of 337.24º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48AA0 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 160 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.23 |
| HSL | 337.24º | 0.33% | 0.65% | - |
| HSV(B) | 337.24º | 0.3% | 0.77% | - |
| XYZ | 38.2 | 32.45 | 37.51 | - |
| YUV | 157.85 | 129.22 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 160 | 0 | 0.30 | 0.18 | 0.23 | 337.24 | 0.33 | 0.65 |
| Hex | C4 | 8A | A0 | 0 | 1E | 12 | 17 | 151 | 21 | 41 |
| Octal | 304 | 212 | 240 | 0 | 36 | 22 | 27 | 521 | 41 | 101 |
| Binary | 11000100 | 10001010 | 10100000 | 0 | 11110 | 10010 | 10111 | 101010001 | 100001 | 1000001 |
Color Harmonies of #C48AA0
Complementary color
Monochromatic Colors of #C48AA0
Black with #C48AA0
Text Example
Text Example
White with #C48AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48AA0; }
p { color: rgb(196,138,160); }
H1.HeaderClassName
{
color: #C48AA0;
}
.AnyTagClassName
{
color: #C48AA0;
}
</style>
background-color css
<style>
a { background-color: #C48AA0; }
a { background-color: rgb(196,138,160); }
div.DivClassName
{
background-color: #C48AA0;
}
.BgClassName
{
background-color: #C48AA0;
}
</style>
border-color css
<style>
span { border-color: #C48AA0; }
span { border-color: rgb(196,138,160); }
td.TdClassName
{
border-color: #C48AA0;
}
.TagClassName
{
border-color: #C48AA0;
}
</style>