#D09ACA

Color #D09ACA Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #D09ACA

Tints of Lilac #D09ACA

Color information

#D09ACA (or 0xD09ACA) is unknown color: approx Lilac. HEX triplet: D0, 9A and CA. RGB value is (208,154,202). Sum of RGB (Red+Green+Blue) = 208+154+202=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 208 - color contains mainly: red. Hex color #D09ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09ACA is #2F6535. Grayscale: #AFAFAF. Windows color (decimal): -3106102 or 13277904. OLE color: 13277904.

HSL color Cylindrical-coordinate representation of color #D09ACA: hue angle of 306.67º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D09ACA is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB208154202-
CMYK00.260.030.18
HSL306.67º36.49%70.98%-
HSV(B)306.67º25.96%81.57%-
XYZ48.2340.7961.21-
YUV175.62142.89151.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 36.88%
GREEN value IS 154 (60.55% from 255) = 27.30%
BLUE value IS 202 (79.30% from 255) = 35.82%
R=36.88%
G=27.30%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815420200.260.030.18306.6736.4970.98
HexD09ACA01A3121332447
Octal32023231203232246344107
Binary11010000100110101100101001101011100101001100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09ACA; }

 p { color: rgb(208,154,202); }

 H1.HeaderClassName
 {
   color: #D09ACA;
 }
 .AnyTagClassName
 {
   color: #D09ACA;
 }
</style>
background-color css

<style>
 a { background-color: #D09ACA; }

 a { background-color: rgb(208,154,202); }

 div.DivClassName
 {
   background-color: #D09ACA;
 }
 .BgClassName
 {
   background-color: #D09ACA;
 }
</style>
border-color css

<style>
 span { border-color: #D09ACA; }

 span { border-color: rgb(208,154,202); }

 td.TdClassName
 {
   border-color: #D09ACA;
 }
 .TagClassName
 {
   border-color: #D09ACA;
 }
</style>