#A078C4

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

Shades of Lilac Bush #A078C4

Tints of Lilac Bush #A078C4

Color information

#A078C4 (or 0xA078C4) is unknown color: approx Lilac Bush. HEX triplet: A0, 78 and C4. RGB value is (160,120,196). Sum of RGB (Red+Green+Blue) = 160+120+196=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 196 - color contains mainly: blue. Hex color #A078C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078C4 is #5F873B. Grayscale: #8C8C8C. Windows color (decimal): -6260540 or 12875936. OLE color: 12875936.

HSL color Cylindrical-coordinate representation of color #A078C4: hue angle of 271.58º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A078C4 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB160120196-
CMYK0.180.3900.23
HSL271.58º39.18%61.96%-
HSV(B)271.58º38.78%76.86%-
XYZ31.1824.8955.39-
YUV140.62159.25141.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.61%
GREEN value IS 120 (47.27% from 255) = 25.21%
BLUE value IS 196 (76.95% from 255) = 41.18%
R=33.61%
G=25.21%
B=41.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601201960.180.3900.23271.5839.1861.96
HexA078C41227017110273e
Octal24017030422470274204776
Binary1010000011110001100010010010100111010111100010000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A078C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A078C4; }

 p { color: rgb(160,120,196); }

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

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

 a { background-color: rgb(160,120,196); }

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

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

 span { border-color: rgb(160,120,196); }

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