Shades of Lilac #C5AAC3
Tints of Lilac #C5AAC3
RGB
CMYK
RGB Variations
Color information
#C5AAC3 (or 0xC5AAC3) is known color: Lilac. HEX triplet: C5, AA and C3. RGB value is (197,170,195). Sum of RGB (Red+Green+Blue) = 197+170+195=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AAC3 is #3A553C. Grayscale: #B4B4B4. Windows color (decimal): -3822909 or 12823237. OLE color: 12823237.
HSL color Cylindrical-coordinate representation of color #C5AAC3: hue angle of 304.44º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5AAC3 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 195 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.23 |
| HSL | 304.44º | 0.19% | 0.72% | - |
| HSV(B) | 304.44º | 0.14% | 0.77% | - |
| XYZ | 47.25 | 44.56 | 57.74 | - |
| YUV | 180.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 195 | 0 | 0.14 | 0.01 | 0.23 | 304.44 | 0.19 | 0.72 |
| Hex | C5 | AA | C3 | 0 | E | 1 | 17 | 130 | 13 | 48 |
| Octal | 305 | 252 | 303 | 0 | 16 | 1 | 27 | 460 | 23 | 110 |
| Binary | 11000101 | 10101010 | 11000011 | 0 | 1110 | 1 | 10111 | 100110000 | 10011 | 1001000 |
Color Harmonies of #C5AAC3
Complementary color
Monochromatic Colors of #C5AAC3
Black with #C5AAC3
Text Example
Text Example
White with #C5AAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AAC3; }
p { color: rgb(197,170,195); }
H1.HeaderClassName
{
color: #C5AAC3;
}
.AnyTagClassName
{
color: #C5AAC3;
}
</style>
background-color css
<style>
a { background-color: #C5AAC3; }
a { background-color: rgb(197,170,195); }
div.DivClassName
{
background-color: #C5AAC3;
}
.BgClassName
{
background-color: #C5AAC3;
}
</style>
border-color css
<style>
span { border-color: #C5AAC3; }
span { border-color: rgb(197,170,195); }
td.TdClassName
{
border-color: #C5AAC3;
}
.TagClassName
{
border-color: #C5AAC3;
}
</style>