Shades of Lilac #C1A0C4
Tints of Lilac #C1A0C4
RGB
CMYK
RGB Variations
Color information
#C1A0C4 (or 0xC1A0C4) is known color: Lilac. HEX triplet: C1, A0 and C4. RGB value is (193,160,196). Sum of RGB (Red+Green+Blue) = 193+160+196=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 196 - color contains mainly: blue. Hex color #C1A0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A0C4 is #3E5F3B. Grayscale: #ADADAD. Windows color (decimal): -4087612 or 12886209. OLE color: 12886209.
HSL color Cylindrical-coordinate representation of color #C1A0C4: hue angle of 295º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1A0C4 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 160 | 196 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.23 |
| HSL | 295º | 0.23% | 0.7% | - |
| HSV(B) | 295º | 0.18% | 0.77% | - |
| XYZ | 44.53 | 40.46 | 57.69 | - |
| YUV | 173.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 160 | 196 | 0.02 | 0.18 | 0 | 0.23 | 295 | 0.23 | 0.7 |
| Hex | C1 | A0 | C4 | 2 | 12 | 0 | 17 | 127 | 17 | 46 |
| Octal | 301 | 240 | 304 | 2 | 22 | 0 | 27 | 447 | 27 | 106 |
| Binary | 11000001 | 10100000 | 11000100 | 10 | 10010 | 0 | 10111 | 100100111 | 10111 | 1000110 |
Color Harmonies of #C1A0C4
Complementary color
Monochromatic Colors of #C1A0C4
Black with #C1A0C4
Text Example
Text Example
White with #C1A0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A0C4; }
p { color: rgb(193,160,196); }
H1.HeaderClassName
{
color: #C1A0C4;
}
.AnyTagClassName
{
color: #C1A0C4;
}
</style>
background-color css
<style>
a { background-color: #C1A0C4; }
a { background-color: rgb(193,160,196); }
div.DivClassName
{
background-color: #C1A0C4;
}
.BgClassName
{
background-color: #C1A0C4;
}
</style>
border-color css
<style>
span { border-color: #C1A0C4; }
span { border-color: rgb(193,160,196); }
td.TdClassName
{
border-color: #C1A0C4;
}
.TagClassName
{
border-color: #C1A0C4;
}
</style>