#A379CA

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

Shades of Lilac Bush #A379CA

Tints of Lilac Bush #A379CA

Color information

#A379CA (or 0xA379CA) is unknown color: approx Lilac Bush. HEX triplet: A3, 79 and CA. RGB value is (163,121,202). Sum of RGB (Red+Green+Blue) = 163+121+202=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #A379CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379CA is #5C8635. Grayscale: #8E8E8E. Windows color (decimal): -6063670 or 13269411. OLE color: 13269411.

HSL color Cylindrical-coordinate representation of color #A379CA: hue angle of 271.11º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A379CA is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB163121202-
CMYK0.190.4000.21
HSL271.11º43.32%63.33%-
HSV(B)271.11º40.1%79.22%-
XYZ32.625.7359.12-
YUV142.79161.41142.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.54%
GREEN value IS 121 (47.66% from 255) = 24.90%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=33.54%
G=24.90%
B=41.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631212020.190.4000.21271.1143.3263.33
HexA379CA132801510f2b3f
Octal24317131223500254175377
Binary1010001111110011100101010011101000010101100001111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A379CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A379CA; }

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

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

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

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

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

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

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

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