#A47DCD

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

Shades of Lilac Bush #A47DCD

Tints of Lilac Bush #A47DCD

Color information

#A47DCD (or 0xA47DCD) is unknown color: approx Lilac Bush. HEX triplet: A4, 7D and CD. RGB value is (164,125,205). Sum of RGB (Red+Green+Blue) = 164+125+205=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #A47DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47DCD is #5B8232. Grayscale: #919191. Windows color (decimal): -5997107 or 13467044. OLE color: 13467044.

HSL color Cylindrical-coordinate representation of color #A47DCD: hue angle of 269.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A47DCD is Cyan = 0.2, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164125205-
CMYK0.20.3900.20
HSL269.25º44.44%64.71%-
HSV(B)269.25º39.02%80.39%-
XYZ33.6626.9761.19-
YUV145.78161.42141-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 125 (49.22% from 255) = 25.30%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=33.20%
G=25.30%
B=41.50%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641252050.20.3900.20269.2544.4464.71
HexA47DCD142701410d2c41
Octal244175315244702441554101
Binary10100100111110111001101101001001110101001000011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47DCD; }

 p { color: rgb(164,125,205); }

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

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

 a { background-color: rgb(164,125,205); }

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

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

 span { border-color: rgb(164,125,205); }

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