#A47CCE

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

Shades of Lilac Bush #A47CCE

Tints of Lilac Bush #A47CCE

Color information

#A47CCE (or 0xA47CCE) is unknown color: approx Lilac Bush. HEX triplet: A4, 7C and CE. RGB value is (164,124,206). Sum of RGB (Red+Green+Blue) = 164+124+206=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #A47CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47CCE is #5B8331. Grayscale: #919191. Windows color (decimal): -5997362 or 13532324. OLE color: 13532324.

HSL color Cylindrical-coordinate representation of color #A47CCE: hue angle of 269.27º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A47CCE is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164124206-
CMYK0.200.4000.19
HSL269.27º45.56%64.71%-
HSV(B)269.27º39.81%80.78%-
XYZ33.6626.7661.78-
YUV145.31162.25141.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 124 (48.83% from 255) = 25.10%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=33.20%
G=25.10%
B=41.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641242060.200.4000.19269.2745.5664.71
HexA47CCE142801310d2e41
Octal244174316245002341556101
Binary10100100111110011001110101001010000100111000011011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47CCE; }

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

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

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

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

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

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

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

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