#D5A1CA

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

Shades of Lilac #D5A1CA

Tints of Lilac #D5A1CA

Color information

#D5A1CA (or 0xD5A1CA) is unknown color: approx Lilac. HEX triplet: D5, A1 and CA. RGB value is (213,161,202). Sum of RGB (Red+Green+Blue) = 213+161+202=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 161 (63.28% from 255 or 27.95% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1CA is #2A5E35. Grayscale: #B5B5B5. Windows color (decimal): -2776630 or 13279701. OLE color: 13279701.

HSL color Cylindrical-coordinate representation of color #D5A1CA: hue angle of 312.69º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A1CA is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213161202-
CMYK00.240.050.16
HSL312.69º38.24%73.33%-
HSV(B)312.69º24.41%83.53%-
XYZ50.8543.961.67-
YUV181.22139.73150.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.98%
GREEN value IS 161 (63.28% from 255) = 27.95%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=36.98%
G=27.95%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316120200.240.050.16312.6938.2473.33
HexD5A1CA0185101392649
Octal32524131203052047146111
Binary110101011010000111001010011000101100001001110011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A1CA; }

 p { color: rgb(213,161,202); }

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

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

 a { background-color: rgb(213,161,202); }

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

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

 span { border-color: rgb(213,161,202); }

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