#A47CC9

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

Shades of Lilac Bush #A47CC9

Tints of Lilac Bush #A47CC9

Color information

#A47CC9 (or 0xA47CC9) is unknown color: approx Lilac Bush. HEX triplet: A4, 7C and C9. RGB value is (164,124,201). Sum of RGB (Red+Green+Blue) = 164+124+201=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 201 - color contains mainly: blue. Hex color #A47CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47CC9 is #5B8336. Grayscale: #909090. Windows color (decimal): -5997367 or 13204644. OLE color: 13204644.

HSL color Cylindrical-coordinate representation of color #A47CC9: hue angle of 271.17º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A47CC9 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164124201-
CMYK0.180.3800.21
HSL271.17º41.62%63.73%-
HSV(B)271.17º38.31%78.82%-
XYZ33.0626.5258.64-
YUV144.74159.75141.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.54%
GREEN value IS 124 (48.83% from 255) = 25.36%
BLUE value IS 201 (78.91% from 255) = 41.10%
R=33.54%
G=25.36%
B=41.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641242010.180.3800.21271.1741.6263.73
HexA47CC9122601510f2a40
Octal244174311224602541752100
Binary10100100111110011001001100101001100101011000011111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47CC9; }

 p { color: rgb(164,124,201); }

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

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

 a { background-color: rgb(164,124,201); }

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

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

 span { border-color: rgb(164,124,201); }

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