#A47ACC

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

Shades of Lilac Bush #A47ACC

Tints of Lilac Bush #A47ACC

Color information

#A47ACC (or 0xA47ACC) is unknown color: approx Lilac Bush. HEX triplet: A4, 7A and CC. RGB value is (164,122,204). Sum of RGB (Red+Green+Blue) = 164+122+204=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #A47ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47ACC is #5B8533. Grayscale: #8F8F8F. Windows color (decimal): -5997876 or 13400740. OLE color: 13400740.

HSL color Cylindrical-coordinate representation of color #A47ACC: hue angle of 270.73º degrees, saturation: 0.45, 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 #A47ACC is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB164122204-
CMYK0.200.4000.2
HSL270.73º44.57%63.92%-
HSV(B)270.73º40.2%80%-
XYZ33.1726.1760.43-
YUV143.91161.91142.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.47%
GREEN value IS 122 (48.05% from 255) = 24.90%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=33.47%
G=24.90%
B=41.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1641222040.200.4000.2270.7344.5763.92
HexA47ACC142801410f2d40
Octal244172314245002441755100
Binary10100100111101011001100101001010000101001000011111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47ACC; }

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

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

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

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

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

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

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

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