#A379CC

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

Shades of Lilac Bush #A379CC

Tints of Lilac Bush #A379CC

Color information

#A379CC (or 0xA379CC) is unknown color: approx Lilac Bush. HEX triplet: A3, 79 and CC. RGB value is (163,121,204). Sum of RGB (Red+Green+Blue) = 163+121+204=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #A379CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379CC is #5C8633. Grayscale: #8E8E8E. Windows color (decimal): -6063668 or 13400483. OLE color: 13400483.

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

Color convert

RGB163121204-
CMYK0.200.4100.2
HSL270.36º44.86%63.73%-
HSV(B)270.36º40.69%80%-
XYZ32.8425.8260.38-
YUV143.02162.41142.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.40%
GREEN value IS 121 (47.66% from 255) = 24.80%
BLUE value IS 204 (80.08% from 255) = 41.80%
R=33.40%
G=24.80%
B=41.80%

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
Decimal1631212040.200.4100.2270.3644.8663.73
HexA379CC142901410e2d40
Octal243171314245102441655100
Binary10100011111100111001100101001010010101001000011101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A379CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A379CC; }

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

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

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

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

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

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

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

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