#A378CC

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

Shades of Lilac Bush #A378CC

Tints of Lilac Bush #A378CC

Color information

#A378CC (or 0xA378CC) is unknown color: approx Lilac Bush. HEX triplet: A3, 78 and CC. RGB value is (163,120,204). Sum of RGB (Red+Green+Blue) = 163+120+204=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #A378CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A378CC is #5C8733. Grayscale: #8E8E8E. Windows color (decimal): -6063924 or 13400227. OLE color: 13400227.

HSL color Cylindrical-coordinate representation of color #A378CC: hue angle of 270.71º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A378CC is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB163120204-
CMYK0.200.4100.2
HSL270.71º45.16%63.53%-
HSV(B)270.71º41.18%80%-
XYZ32.7225.5860.34-
YUV142.43162.75142.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.47%
GREEN value IS 120 (47.27% from 255) = 24.64%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=33.47%
G=24.64%
B=41.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1631202040.200.4100.2270.7145.1663.53
HexA378CC142901410f2d40
Octal243170314245102441755100
Binary10100011111100011001100101001010010101001000011111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A378CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A378CC; }

 p { color: rgb(163,120,204); }

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

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

 a { background-color: rgb(163,120,204); }

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

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

 span { border-color: rgb(163,120,204); }

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