#A178C4

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

Shades of Lilac Bush #A178C4

Tints of Lilac Bush #A178C4

Color information

#A178C4 (or 0xA178C4) is unknown color: approx Lilac Bush. HEX triplet: A1, 78 and C4. RGB value is (161,120,196). Sum of RGB (Red+Green+Blue) = 161+120+196=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 196 - color contains mainly: blue. Hex color #A178C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A178C4 is #5E873B. Grayscale: #8C8C8C. Windows color (decimal): -6195004 or 12875937. OLE color: 12875937.

HSL color Cylindrical-coordinate representation of color #A178C4: hue angle of 272.37º 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 #A178C4 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB161120196-
CMYK0.180.3900.23
HSL272.37º39.18%61.96%-
HSV(B)272.37º38.78%76.86%-
XYZ31.382555.4-
YUV140.92159.08142.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 120 (47.27% from 255) = 25.16%
BLUE value IS 196 (76.95% from 255) = 41.09%
R=33.75%
G=25.16%
B=41.09%

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
Decimal1611201960.180.3900.23272.3739.1861.96
HexA178C41227017110273e
Octal24117030422470274204776
Binary1010000111110001100010010010100111010111100010000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A178C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A178C4; }

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

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

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

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

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

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

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

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