Shades of Viola #C48AA3
Tints of Viola #C48AA3
RGB
CMYK
RGB Variations
Color information
#C48AA3 (or 0xC48AA3) is known color: Viola. HEX triplet: C4, 8A and A3. RGB value is (196,138,163). Sum of RGB (Red+Green+Blue) = 196+138+163=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 163 (64.06% from 255 or 32.80% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C48AA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48AA3 is #3B755C. Grayscale: #9E9E9E. Windows color (decimal): -3896669 or 10717892. OLE color: 10717892.
HSL color Cylindrical-coordinate representation of color #C48AA3: hue angle of 334.14º 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 #C48AA3 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 163 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.23 |
| HSL | 334.14º | 0.33% | 0.65% | - |
| HSV(B) | 334.14º | 0.3% | 0.77% | - |
| XYZ | 38.46 | 32.56 | 38.91 | - |
| YUV | 158.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 163 | 0 | 0.30 | 0.17 | 0.23 | 334.14 | 0.33 | 0.65 |
| Hex | C4 | 8A | A3 | 0 | 1E | 11 | 17 | 14E | 21 | 41 |
| Octal | 304 | 212 | 243 | 0 | 36 | 21 | 27 | 516 | 41 | 101 |
| Binary | 11000100 | 10001010 | 10100011 | 0 | 11110 | 10001 | 10111 | 101001110 | 100001 | 1000001 |
Color Harmonies of #C48AA3
Complementary color
Monochromatic Colors of #C48AA3
Black with #C48AA3
Text Example
Text Example
White with #C48AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48AA3; }
p { color: rgb(196,138,163); }
H1.HeaderClassName
{
color: #C48AA3;
}
.AnyTagClassName
{
color: #C48AA3;
}
</style>
background-color css
<style>
a { background-color: #C48AA3; }
a { background-color: rgb(196,138,163); }
div.DivClassName
{
background-color: #C48AA3;
}
.BgClassName
{
background-color: #C48AA3;
}
</style>
border-color css
<style>
span { border-color: #C48AA3; }
span { border-color: rgb(196,138,163); }
td.TdClassName
{
border-color: #C48AA3;
}
.TagClassName
{
border-color: #C48AA3;
}
</style>