Shades of Lilac #C19AC3
Tints of Lilac #C19AC3
RGB
CMYK
RGB Variations
Color information
#C19AC3 (or 0xC19AC3) is known color: Lilac. HEX triplet: C1, 9A and C3. RGB value is (193,154,195). Sum of RGB (Red+Green+Blue) = 193+154+195=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 195 - color contains mainly: blue. Hex color #C19AC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19AC3 is #3E653C. Grayscale: #AAAAAA. Windows color (decimal): -4089149 or 12819137. OLE color: 12819137.
HSL color Cylindrical-coordinate representation of color #C19AC3: hue angle of 297.07º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C19AC3 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 195 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.24 |
| HSL | 297.07º | 0.25% | 0.68% | - |
| HSV(B) | 297.07º | 0.21% | 0.76% | - |
| XYZ | 43.4 | 38.39 | 56.75 | - |
| YUV | 170.34 | 141.92 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 195 | 0.01 | 0.21 | 0 | 0.24 | 297.07 | 0.25 | 0.68 |
| Hex | C1 | 9A | C3 | 1 | 15 | 0 | 18 | 129 | 19 | 44 |
| Octal | 301 | 232 | 303 | 1 | 25 | 0 | 30 | 451 | 31 | 104 |
| Binary | 11000001 | 10011010 | 11000011 | 1 | 10101 | 0 | 11000 | 100101001 | 11001 | 1000100 |
Color Harmonies of #C19AC3
Complementary color
Monochromatic Colors of #C19AC3
Black with #C19AC3
Text Example
Text Example
White with #C19AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19AC3; }
p { color: rgb(193,154,195); }
H1.HeaderClassName
{
color: #C19AC3;
}
.AnyTagClassName
{
color: #C19AC3;
}
</style>
background-color css
<style>
a { background-color: #C19AC3; }
a { background-color: rgb(193,154,195); }
div.DivClassName
{
background-color: #C19AC3;
}
.BgClassName
{
background-color: #C19AC3;
}
</style>
border-color css
<style>
span { border-color: #C19AC3; }
span { border-color: rgb(193,154,195); }
td.TdClassName
{
border-color: #C19AC3;
}
.TagClassName
{
border-color: #C19AC3;
}
</style>