Shades of Viola #C38AA0
Tints of Viola #C38AA0
RGB
CMYK
RGB Variations
Color information
#C38AA0 (or 0xC38AA0) is known color: Viola. HEX triplet: C3, 8A and A0. RGB value is (195,138,160). Sum of RGB (Red+Green+Blue) = 195+138+160=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38AA0 is #3C755F. Grayscale: #9D9D9D. Windows color (decimal): -3962208 or 10521283. OLE color: 10521283.
HSL color Cylindrical-coordinate representation of color #C38AA0: hue angle of 336.84º 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 #C38AA0 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 160 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.24 |
| HSL | 336.84º | 0.32% | 0.65% | - |
| HSV(B) | 336.84º | 0.29% | 0.76% | - |
| XYZ | 37.94 | 32.32 | 37.5 | - |
| YUV | 157.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 160 | 0 | 0.29 | 0.18 | 0.24 | 336.84 | 0.32 | 0.65 |
| Hex | C3 | 8A | A0 | 0 | 1D | 12 | 18 | 151 | 20 | 41 |
| Octal | 303 | 212 | 240 | 0 | 35 | 22 | 30 | 521 | 40 | 101 |
| Binary | 11000011 | 10001010 | 10100000 | 0 | 11101 | 10010 | 11000 | 101010001 | 100000 | 1000001 |
Color Harmonies of #C38AA0
Complementary color
Monochromatic Colors of #C38AA0
Black with #C38AA0
Text Example
Text Example
White with #C38AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38AA0; }
p { color: rgb(195,138,160); }
H1.HeaderClassName
{
color: #C38AA0;
}
.AnyTagClassName
{
color: #C38AA0;
}
</style>
background-color css
<style>
a { background-color: #C38AA0; }
a { background-color: rgb(195,138,160); }
div.DivClassName
{
background-color: #C38AA0;
}
.BgClassName
{
background-color: #C38AA0;
}
</style>
border-color css
<style>
span { border-color: #C38AA0; }
span { border-color: rgb(195,138,160); }
td.TdClassName
{
border-color: #C38AA0;
}
.TagClassName
{
border-color: #C38AA0;
}
</style>