Shades of Lilac #C6AAC3
Tints of Lilac #C6AAC3
RGB
CMYK
RGB Variations
Color information
#C6AAC3 (or 0xC6AAC3) is known color: Lilac. HEX triplet: C6, AA and C3. RGB value is (198,170,195). Sum of RGB (Red+Green+Blue) = 198+170+195=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AAC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AAC3 is #39553C. Grayscale: #B5B5B5. Windows color (decimal): -3757373 or 12823238. OLE color: 12823238.
HSL color Cylindrical-coordinate representation of color #C6AAC3: hue angle of 306.43º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6AAC3 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 195 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.22 |
| HSL | 306.43º | 0.2% | 0.72% | - |
| HSV(B) | 306.43º | 0.14% | 0.78% | - |
| XYZ | 47.51 | 44.7 | 57.75 | - |
| YUV | 181.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 195 | 0 | 0.14 | 0.02 | 0.22 | 306.43 | 0.2 | 0.72 |
| Hex | C6 | AA | C3 | 0 | E | 2 | 16 | 132 | 14 | 48 |
| Octal | 306 | 252 | 303 | 0 | 16 | 2 | 26 | 462 | 24 | 110 |
| Binary | 11000110 | 10101010 | 11000011 | 0 | 1110 | 10 | 10110 | 100110010 | 10100 | 1001000 |
Color Harmonies of #C6AAC3
Complementary color
Monochromatic Colors of #C6AAC3
Black with #C6AAC3
Text Example
Text Example
White with #C6AAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AAC3; }
p { color: rgb(198,170,195); }
H1.HeaderClassName
{
color: #C6AAC3;
}
.AnyTagClassName
{
color: #C6AAC3;
}
</style>
background-color css
<style>
a { background-color: #C6AAC3; }
a { background-color: rgb(198,170,195); }
div.DivClassName
{
background-color: #C6AAC3;
}
.BgClassName
{
background-color: #C6AAC3;
}
</style>
border-color css
<style>
span { border-color: #C6AAC3; }
span { border-color: rgb(198,170,195); }
td.TdClassName
{
border-color: #C6AAC3;
}
.TagClassName
{
border-color: #C6AAC3;
}
</style>