Shades of Lilac #C6AACC
Tints of Lilac #C6AACC
RGB
CMYK
RGB Variations
Color information
#C6AACC (or 0xC6AACC) is known color: Lilac. HEX triplet: C6, AA and CC. RGB value is (198,170,204). Sum of RGB (Red+Green+Blue) = 198+170+204=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AACC is #395533. Grayscale: #B6B6B6. Windows color (decimal): -3757364 or 13413062. OLE color: 13413062.
HSL color Cylindrical-coordinate representation of color #C6AACC: hue angle of 289.41º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6AACC is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 170 | 204 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.2 |
| HSL | 289.41º | 0.25% | 0.73% | - |
| HSV(B) | 289.41º | 0.17% | 0.8% | - |
| XYZ | 48.56 | 45.11 | 63.28 | - |
| YUV | 182.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 204 | 0.03 | 0.17 | 0 | 0.2 | 289.41 | 0.25 | 0.73 |
| Hex | C6 | AA | CC | 3 | 11 | 0 | 14 | 121 | 19 | 49 |
| Octal | 306 | 252 | 314 | 3 | 21 | 0 | 24 | 441 | 31 | 111 |
| Binary | 11000110 | 10101010 | 11001100 | 11 | 10001 | 0 | 10100 | 100100001 | 11001 | 1001001 |
Color Harmonies of #C6AACC
Complementary color
Monochromatic Colors of #C6AACC
Black with #C6AACC
Text Example
Text Example
White with #C6AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AACC; }
p { color: rgb(198,170,204); }
H1.HeaderClassName
{
color: #C6AACC;
}
.AnyTagClassName
{
color: #C6AACC;
}
</style>
background-color css
<style>
a { background-color: #C6AACC; }
a { background-color: rgb(198,170,204); }
div.DivClassName
{
background-color: #C6AACC;
}
.BgClassName
{
background-color: #C6AACC;
}
</style>
border-color css
<style>
span { border-color: #C6AACC; }
span { border-color: rgb(198,170,204); }
td.TdClassName
{
border-color: #C6AACC;
}
.TagClassName
{
border-color: #C6AACC;
}
</style>