Shades of Lilac #C6AACA
Tints of Lilac #C6AACA
RGB
CMYK
RGB Variations
Color information
#C6AACA (or 0xC6AACA) is known color: Lilac. HEX triplet: C6, AA and CA. RGB value is (198,170,202). Sum of RGB (Red+Green+Blue) = 198+170+202=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #C6AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AACA is #395535. Grayscale: #B5B5B5. Windows color (decimal): -3757366 or 13281990. OLE color: 13281990.
HSL color Cylindrical-coordinate representation of color #C6AACA: hue angle of 292.5º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6AACA is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 170 | 202 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.21 |
| HSL | 292.5º | 0.23% | 0.73% | - |
| HSV(B) | 292.5º | 0.16% | 0.79% | - |
| XYZ | 48.32 | 45.02 | 62.02 | - |
| YUV | 182.02 | 139.28 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 202 | 0.02 | 0.16 | 0 | 0.21 | 292.5 | 0.23 | 0.73 |
| Hex | C6 | AA | CA | 2 | 10 | 0 | 15 | 124 | 17 | 49 |
| Octal | 306 | 252 | 312 | 2 | 20 | 0 | 25 | 444 | 27 | 111 |
| Binary | 11000110 | 10101010 | 11001010 | 10 | 10000 | 0 | 10101 | 100100100 | 10111 | 1001001 |
Color Harmonies of #C6AACA
Complementary color
Monochromatic Colors of #C6AACA
Black with #C6AACA
Text Example
Text Example
White with #C6AACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AACA; }
p { color: rgb(198,170,202); }
H1.HeaderClassName
{
color: #C6AACA;
}
.AnyTagClassName
{
color: #C6AACA;
}
</style>
background-color css
<style>
a { background-color: #C6AACA; }
a { background-color: rgb(198,170,202); }
div.DivClassName
{
background-color: #C6AACA;
}
.BgClassName
{
background-color: #C6AACA;
}
</style>
border-color css
<style>
span { border-color: #C6AACA; }
span { border-color: rgb(198,170,202); }
td.TdClassName
{
border-color: #C6AACA;
}
.TagClassName
{
border-color: #C6AACA;
}
</style>