#A47ACB

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

Shades of Lilac Bush #A47ACB

Tints of Lilac Bush #A47ACB

Color information

#A47ACB (or 0xA47ACB) is unknown color: approx Lilac Bush. HEX triplet: A4, 7A and CB. RGB value is (164,122,203). Sum of RGB (Red+Green+Blue) = 164+122+203=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #A47ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47ACB is #5B8534. Grayscale: #8F8F8F. Windows color (decimal): -5997877 or 13335204. OLE color: 13335204.

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

Color convert

RGB164122203-
CMYK0.190.4000.20
HSL271.11º43.78%63.73%-
HSV(B)271.11º39.9%79.61%-
XYZ33.0526.1259.8-
YUV143.79161.41142.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.54%
GREEN value IS 122 (48.05% from 255) = 24.95%
BLUE value IS 203 (79.69% from 255) = 41.51%
R=33.54%
G=24.95%
B=41.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641222030.190.4000.20271.1143.7863.73
HexA47ACB132801410f2c40
Octal244172313235002441754100
Binary10100100111101011001011100111010000101001000011111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47ACB; }

 p { color: rgb(164,122,203); }

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

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

 a { background-color: rgb(164,122,203); }

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

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

 span { border-color: rgb(164,122,203); }

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