Shades of Lilac #D1A0C9
Tints of Lilac #D1A0C9
RGB
CMYK
RGB Variations
Color information
#D1A0C9 (or 0xD1A0C9) is known color: Lilac. HEX triplet: D1, A0 and C9. RGB value is (209,160,201). Sum of RGB (Red+Green+Blue) = 209+160+201=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A0C9 is #2E5F36. Grayscale: #B3B3B3. Windows color (decimal): -3039031 or 13213905. OLE color: 13213905.
HSL color Cylindrical-coordinate representation of color #D1A0C9: hue angle of 309.8º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1A0C9 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 201 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.18 |
| HSL | 309.8º | 0.35% | 0.72% | - |
| HSV(B) | 309.8º | 0.23% | 0.82% | - |
| XYZ | 49.41 | 42.91 | 60.94 | - |
| YUV | 179.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 201 | 0 | 0.23 | 0.04 | 0.18 | 309.8 | 0.35 | 0.72 |
| Hex | D1 | A0 | C9 | 0 | 17 | 4 | 12 | 136 | 23 | 48 |
| Octal | 321 | 240 | 311 | 0 | 27 | 4 | 22 | 466 | 43 | 110 |
| Binary | 11010001 | 10100000 | 11001001 | 0 | 10111 | 100 | 10010 | 100110110 | 100011 | 1001000 |
Color Harmonies of #D1A0C9
Complementary color
Monochromatic Colors of #D1A0C9
Black with #D1A0C9
Text Example
Text Example
White with #D1A0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A0C9; }
p { color: rgb(209,160,201); }
H1.HeaderClassName
{
color: #D1A0C9;
}
.AnyTagClassName
{
color: #D1A0C9;
}
</style>
background-color css
<style>
a { background-color: #D1A0C9; }
a { background-color: rgb(209,160,201); }
div.DivClassName
{
background-color: #D1A0C9;
}
.BgClassName
{
background-color: #D1A0C9;
}
</style>
border-color css
<style>
span { border-color: #D1A0C9; }
span { border-color: rgb(209,160,201); }
td.TdClassName
{
border-color: #D1A0C9;
}
.TagClassName
{
border-color: #D1A0C9;
}
</style>