Shades of Lilac #C19ABF
Tints of Lilac #C19ABF
RGB
CMYK
RGB Variations
Color information
#C19ABF (or 0xC19ABF) is known color: Lilac. HEX triplet: C1, 9A and BF. RGB value is (193,154,191). Sum of RGB (Red+Green+Blue) = 193+154+191=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 193 - color contains mainly: red. Hex color #C19ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ABF is #3E6540. Grayscale: #A9A9A9. Windows color (decimal): -4089153 or 12556993. OLE color: 12556993.
HSL color Cylindrical-coordinate representation of color #C19ABF: hue angle of 303.08º 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 #C19ABF is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 191 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.24 |
| HSL | 303.08º | 0.24% | 0.68% | - |
| HSV(B) | 303.08º | 0.2% | 0.76% | - |
| XYZ | 42.95 | 38.21 | 54.4 | - |
| YUV | 169.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 191 | 0 | 0.20 | 0.01 | 0.24 | 303.08 | 0.24 | 0.68 |
| Hex | C1 | 9A | BF | 0 | 14 | 1 | 18 | 12F | 18 | 44 |
| Octal | 301 | 232 | 277 | 0 | 24 | 1 | 30 | 457 | 30 | 104 |
| Binary | 11000001 | 10011010 | 10111111 | 0 | 10100 | 1 | 11000 | 100101111 | 11000 | 1000100 |
Color Harmonies of #C19ABF
Complementary color
Monochromatic Colors of #C19ABF
Black with #C19ABF
Text Example
Text Example
White with #C19ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19ABF; }
p { color: rgb(193,154,191); }
H1.HeaderClassName
{
color: #C19ABF;
}
.AnyTagClassName
{
color: #C19ABF;
}
</style>
background-color css
<style>
a { background-color: #C19ABF; }
a { background-color: rgb(193,154,191); }
div.DivClassName
{
background-color: #C19ABF;
}
.BgClassName
{
background-color: #C19ABF;
}
</style>
border-color css
<style>
span { border-color: #C19ABF; }
span { border-color: rgb(193,154,191); }
td.TdClassName
{
border-color: #C19ABF;
}
.TagClassName
{
border-color: #C19ABF;
}
</style>