Shades of Viola #C38AA1
Tints of Viola #C38AA1
RGB
CMYK
RGB Variations
Color information
#C38AA1 (or 0xC38AA1) is known color: Viola. HEX triplet: C3, 8A and A1. RGB value is (195,138,161). Sum of RGB (Red+Green+Blue) = 195+138+161=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38AA1 is #3C755E. Grayscale: #9D9D9D. Windows color (decimal): -3962207 or 10586819. OLE color: 10586819.
HSL color Cylindrical-coordinate representation of color #C38AA1: hue angle of 335.79º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38AA1 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 161 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.24 |
| HSL | 335.79º | 0.32% | 0.65% | - |
| HSV(B) | 335.79º | 0.29% | 0.76% | - |
| XYZ | 38.03 | 32.35 | 37.96 | - |
| YUV | 157.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 161 | 0 | 0.29 | 0.17 | 0.24 | 335.79 | 0.32 | 0.65 |
| Hex | C3 | 8A | A1 | 0 | 1D | 11 | 18 | 150 | 20 | 41 |
| Octal | 303 | 212 | 241 | 0 | 35 | 21 | 30 | 520 | 40 | 101 |
| Binary | 11000011 | 10001010 | 10100001 | 0 | 11101 | 10001 | 11000 | 101010000 | 100000 | 1000001 |
Color Harmonies of #C38AA1
Complementary color
Monochromatic Colors of #C38AA1
Black with #C38AA1
Text Example
Text Example
White with #C38AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38AA1; }
p { color: rgb(195,138,161); }
H1.HeaderClassName
{
color: #C38AA1;
}
.AnyTagClassName
{
color: #C38AA1;
}
</style>
background-color css
<style>
a { background-color: #C38AA1; }
a { background-color: rgb(195,138,161); }
div.DivClassName
{
background-color: #C38AA1;
}
.BgClassName
{
background-color: #C38AA1;
}
</style>
border-color css
<style>
span { border-color: #C38AA1; }
span { border-color: rgb(195,138,161); }
td.TdClassName
{
border-color: #C38AA1;
}
.TagClassName
{
border-color: #C38AA1;
}
</style>