Shades of Viola #C19AA7
Tints of Viola #C19AA7
RGB
CMYK
RGB Variations
Color information
#C19AA7 (or 0xC19AA7) is known color: Viola. HEX triplet: C1, 9A and A7. RGB value is (193,154,167). Sum of RGB (Red+Green+Blue) = 193+154+167=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 193 - color contains mainly: red. Hex color #C19AA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19AA7 is #3E6558. Grayscale: #A7A7A7. Windows color (decimal): -4089177 or 10984129. OLE color: 10984129.
HSL color Cylindrical-coordinate representation of color #C19AA7: hue angle of 340º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C19AA7 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 167 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.24 |
| HSL | 340º | 0.24% | 0.68% | - |
| HSV(B) | 340º | 0.2% | 0.76% | - |
| XYZ | 40.52 | 37.24 | 41.61 | - |
| YUV | 167.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 167 | 0 | 0.20 | 0.13 | 0.24 | 340 | 0.24 | 0.68 |
| Hex | C1 | 9A | A7 | 0 | 14 | D | 18 | 154 | 18 | 44 |
| Octal | 301 | 232 | 247 | 0 | 24 | 15 | 30 | 524 | 30 | 104 |
| Binary | 11000001 | 10011010 | 10100111 | 0 | 10100 | 1101 | 11000 | 101010100 | 11000 | 1000100 |
Color Harmonies of #C19AA7
Complementary color
Monochromatic Colors of #C19AA7
Black with #C19AA7
Text Example
Text Example
White with #C19AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19AA7; }
p { color: rgb(193,154,167); }
H1.HeaderClassName
{
color: #C19AA7;
}
.AnyTagClassName
{
color: #C19AA7;
}
</style>
background-color css
<style>
a { background-color: #C19AA7; }
a { background-color: rgb(193,154,167); }
div.DivClassName
{
background-color: #C19AA7;
}
.BgClassName
{
background-color: #C19AA7;
}
</style>
border-color css
<style>
span { border-color: #C19AA7; }
span { border-color: rgb(193,154,167); }
td.TdClassName
{
border-color: #C19AA7;
}
.TagClassName
{
border-color: #C19AA7;
}
</style>