Shades of Lilac #C3AAC4
Tints of Lilac #C3AAC4
RGB
CMYK
RGB Variations
Color information
#C3AAC4 (or 0xC3AAC4) is known color: Lilac. HEX triplet: C3, AA and C4. RGB value is (195,170,196). Sum of RGB (Red+Green+Blue) = 195+170+196=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 196 - color contains mainly: blue. Hex color #C3AAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AAC4 is #3C553B. Grayscale: #B4B4B4. Windows color (decimal): -3953980 or 12888771. OLE color: 12888771.
HSL color Cylindrical-coordinate representation of color #C3AAC4: hue angle of 297.69º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3AAC4 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 170 | 196 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.23 |
| HSL | 297.69º | 0.18% | 0.72% | - |
| HSV(B) | 297.69º | 0.13% | 0.77% | - |
| XYZ | 46.84 | 44.34 | 58.31 | - |
| YUV | 180.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 196 | 0.01 | 0.13 | 0 | 0.23 | 297.69 | 0.18 | 0.72 |
| Hex | C3 | AA | C4 | 1 | D | 0 | 17 | 12A | 12 | 48 |
| Octal | 303 | 252 | 304 | 1 | 15 | 0 | 27 | 452 | 22 | 110 |
| Binary | 11000011 | 10101010 | 11000100 | 1 | 1101 | 0 | 10111 | 100101010 | 10010 | 1001000 |
Color Harmonies of #C3AAC4
Complementary color
Monochromatic Colors of #C3AAC4
Black with #C3AAC4
Text Example
Text Example
White with #C3AAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AAC4; }
p { color: rgb(195,170,196); }
H1.HeaderClassName
{
color: #C3AAC4;
}
.AnyTagClassName
{
color: #C3AAC4;
}
</style>
background-color css
<style>
a { background-color: #C3AAC4; }
a { background-color: rgb(195,170,196); }
div.DivClassName
{
background-color: #C3AAC4;
}
.BgClassName
{
background-color: #C3AAC4;
}
</style>
border-color css
<style>
span { border-color: #C3AAC4; }
span { border-color: rgb(195,170,196); }
td.TdClassName
{
border-color: #C3AAC4;
}
.TagClassName
{
border-color: #C3AAC4;
}
</style>