Shades of Viola #C48AA4
Tints of Viola #C48AA4
RGB
CMYK
RGB Variations
Color information
#C48AA4 (or 0xC48AA4) is known color: Viola. HEX triplet: C4, 8A and A4. RGB value is (196,138,164). Sum of RGB (Red+Green+Blue) = 196+138+164=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C48AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48AA4 is #3B755B. Grayscale: #9E9E9E. Windows color (decimal): -3896668 or 10783428. OLE color: 10783428.
HSL color Cylindrical-coordinate representation of color #C48AA4: hue angle of 333.1º 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 #C48AA4 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 164 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.23 |
| HSL | 333.1º | 0.33% | 0.65% | - |
| HSV(B) | 333.1º | 0.3% | 0.77% | - |
| XYZ | 38.55 | 32.59 | 39.38 | - |
| YUV | 158.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 164 | 0 | 0.30 | 0.16 | 0.23 | 333.1 | 0.33 | 0.65 |
| Hex | C4 | 8A | A4 | 0 | 1E | 10 | 17 | 14D | 21 | 41 |
| Octal | 304 | 212 | 244 | 0 | 36 | 20 | 27 | 515 | 41 | 101 |
| Binary | 11000100 | 10001010 | 10100100 | 0 | 11110 | 10000 | 10111 | 101001101 | 100001 | 1000001 |
Color Harmonies of #C48AA4
Complementary color
Monochromatic Colors of #C48AA4
Black with #C48AA4
Text Example
Text Example
White with #C48AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48AA4; }
p { color: rgb(196,138,164); }
H1.HeaderClassName
{
color: #C48AA4;
}
.AnyTagClassName
{
color: #C48AA4;
}
</style>
background-color css
<style>
a { background-color: #C48AA4; }
a { background-color: rgb(196,138,164); }
div.DivClassName
{
background-color: #C48AA4;
}
.BgClassName
{
background-color: #C48AA4;
}
</style>
border-color css
<style>
span { border-color: #C48AA4; }
span { border-color: rgb(196,138,164); }
td.TdClassName
{
border-color: #C48AA4;
}
.TagClassName
{
border-color: #C48AA4;
}
</style>