Shades of Lilac #C6ACC5
Tints of Lilac #C6ACC5
RGB
CMYK
RGB Variations
Color information
#C6ACC5 (or 0xC6ACC5) is known color: Lilac. HEX triplet: C6, AC and C5. RGB value is (198,172,197). Sum of RGB (Red+Green+Blue) = 198+172+197=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACC5 is #39533A. Grayscale: #B6B6B6. Windows color (decimal): -3756859 or 12954822. OLE color: 12954822.
HSL color Cylindrical-coordinate representation of color #C6ACC5: hue angle of 302.31º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6ACC5 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 172 | 197 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.22 |
| HSL | 302.31º | 0.19% | 0.73% | - |
| HSV(B) | 302.31º | 0.13% | 0.78% | - |
| XYZ | 48.12 | 45.54 | 59.08 | - |
| YUV | 182.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 197 | 0 | 0.13 | 0.01 | 0.22 | 302.31 | 0.19 | 0.73 |
| Hex | C6 | AC | C5 | 0 | D | 1 | 16 | 12E | 13 | 49 |
| Octal | 306 | 254 | 305 | 0 | 15 | 1 | 26 | 456 | 23 | 111 |
| Binary | 11000110 | 10101100 | 11000101 | 0 | 1101 | 1 | 10110 | 100101110 | 10011 | 1001001 |
Color Harmonies of #C6ACC5
Complementary color
Monochromatic Colors of #C6ACC5
Black with #C6ACC5
Text Example
Text Example
White with #C6ACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ACC5; }
p { color: rgb(198,172,197); }
H1.HeaderClassName
{
color: #C6ACC5;
}
.AnyTagClassName
{
color: #C6ACC5;
}
</style>
background-color css
<style>
a { background-color: #C6ACC5; }
a { background-color: rgb(198,172,197); }
div.DivClassName
{
background-color: #C6ACC5;
}
.BgClassName
{
background-color: #C6ACC5;
}
</style>
border-color css
<style>
span { border-color: #C6ACC5; }
span { border-color: rgb(198,172,197); }
td.TdClassName
{
border-color: #C6ACC5;
}
.TagClassName
{
border-color: #C6ACC5;
}
</style>