Shades of Lilac #C19AC1
Tints of Lilac #C19AC1
RGB
CMYK
RGB Variations
Color information
#C19AC1 (or 0xC19AC1) is known color: Lilac. HEX triplet: C1, 9A and C1. RGB value is (193,154,193). Sum of RGB (Red+Green+Blue) = 193+154+193=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C19AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19AC1 is #3E653E. Grayscale: #A9A9A9. Windows color (decimal): -4089151 or 12688065. OLE color: 12688065.
HSL color Cylindrical-coordinate representation of color #C19AC1: hue angle of 300º 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 #C19AC1 is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 193 | - |
| CMYK | 0 | 0.20 | 0 | 0.24 |
| HSL | 300º | 0.24% | 0.68% | - |
| HSV(B) | 300º | 0.2% | 0.76% | - |
| XYZ | 43.17 | 38.3 | 55.57 | - |
| YUV | 170.11 | 140.92 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 193 | 0 | 0.20 | 0 | 0.24 | 300 | 0.24 | 0.68 |
| Hex | C1 | 9A | C1 | 0 | 14 | 0 | 18 | 12C | 18 | 44 |
| Octal | 301 | 232 | 301 | 0 | 24 | 0 | 30 | 454 | 30 | 104 |
| Binary | 11000001 | 10011010 | 11000001 | 0 | 10100 | 0 | 11000 | 100101100 | 11000 | 1000100 |
Color Harmonies of #C19AC1
Complementary color
Monochromatic Colors of #C19AC1
Black with #C19AC1
Text Example
Text Example
White with #C19AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19AC1; }
p { color: rgb(193,154,193); }
H1.HeaderClassName
{
color: #C19AC1;
}
.AnyTagClassName
{
color: #C19AC1;
}
</style>
background-color css
<style>
a { background-color: #C19AC1; }
a { background-color: rgb(193,154,193); }
div.DivClassName
{
background-color: #C19AC1;
}
.BgClassName
{
background-color: #C19AC1;
}
</style>
border-color css
<style>
span { border-color: #C19AC1; }
span { border-color: rgb(193,154,193); }
td.TdClassName
{
border-color: #C19AC1;
}
.TagClassName
{
border-color: #C19AC1;
}
</style>