Shades of Lilac #D0A1C6
Tints of Lilac #D0A1C6
RGB
CMYK
RGB Variations
Color information
#D0A1C6 (or 0xD0A1C6) is known color: Lilac. HEX triplet: D0, A1 and C6. RGB value is (208,161,198). Sum of RGB (Red+Green+Blue) = 208+161+198=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A1C6 is #2F5E39. Grayscale: #B3B3B3. Windows color (decimal): -3104314 or 13017552. OLE color: 13017552.
HSL color Cylindrical-coordinate representation of color #D0A1C6: hue angle of 312.77º degrees, saturation: 0.33, 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 #D0A1C6 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 198 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.18 |
| HSL | 312.77º | 0.33% | 0.72% | - |
| HSV(B) | 312.77º | 0.23% | 0.82% | - |
| XYZ | 48.95 | 42.98 | 59.14 | - |
| YUV | 179.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 198 | 0 | 0.23 | 0.05 | 0.18 | 312.77 | 0.33 | 0.72 |
| Hex | D0 | A1 | C6 | 0 | 17 | 5 | 12 | 139 | 21 | 48 |
| Octal | 320 | 241 | 306 | 0 | 27 | 5 | 22 | 471 | 41 | 110 |
| Binary | 11010000 | 10100001 | 11000110 | 0 | 10111 | 101 | 10010 | 100111001 | 100001 | 1001000 |
Color Harmonies of #D0A1C6
Complementary color
Monochromatic Colors of #D0A1C6
Black with #D0A1C6
Text Example
Text Example
White with #D0A1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A1C6; }
p { color: rgb(208,161,198); }
H1.HeaderClassName
{
color: #D0A1C6;
}
.AnyTagClassName
{
color: #D0A1C6;
}
</style>
background-color css
<style>
a { background-color: #D0A1C6; }
a { background-color: rgb(208,161,198); }
div.DivClassName
{
background-color: #D0A1C6;
}
.BgClassName
{
background-color: #D0A1C6;
}
</style>
border-color css
<style>
span { border-color: #D0A1C6; }
span { border-color: rgb(208,161,198); }
td.TdClassName
{
border-color: #D0A1C6;
}
.TagClassName
{
border-color: #D0A1C6;
}
</style>