#A47ACA

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

Shades of Lilac Bush #A47ACA

Tints of Lilac Bush #A47ACA

Color information

#A47ACA (or 0xA47ACA) is unknown color: approx Lilac Bush. HEX triplet: A4, 7A and CA. RGB value is (164,122,202). Sum of RGB (Red+Green+Blue) = 164+122+202=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #A47ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47ACA is #5B8535. Grayscale: #8F8F8F. Windows color (decimal): -5997878 or 13269668. OLE color: 13269668.

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

Color convert

RGB164122202-
CMYK0.190.4000.21
HSL271.5º43.01%63.53%-
HSV(B)271.5º39.6%79.22%-
XYZ32.9326.0859.17-
YUV143.68160.91142.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.61%
GREEN value IS 122 (48.05% from 255) = 25%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=33.61%
G=25%
B=41.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641222020.190.4000.21271.543.0163.53
HexA47ACA13280151102b40
Octal244172312235002542053100
Binary10100100111101011001010100111010000101011000100001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47ACA; }

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

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

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

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

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

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

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

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