#A379C6

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

Shades of Lilac Bush #A379C6

Tints of Lilac Bush #A379C6

Color information

#A379C6 (or 0xA379C6) is unknown color: approx Lilac Bush. HEX triplet: A3, 79 and C6. RGB value is (163,121,198). Sum of RGB (Red+Green+Blue) = 163+121+198=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #A379C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379C6 is #5C8639. Grayscale: #8E8E8E. Windows color (decimal): -6063674 or 13007267. OLE color: 13007267.

HSL color Cylindrical-coordinate representation of color #A379C6: hue angle of 272.73º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A379C6 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB163121198-
CMYK0.180.3900.22
HSL272.73º40.31%62.55%-
HSV(B)272.73º38.89%77.65%-
XYZ32.1325.5456.66-
YUV142.34159.41142.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 121 (47.66% from 255) = 25.10%
BLUE value IS 198 (77.73% from 255) = 41.08%
R=33.82%
G=25.10%
B=41.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1631211980.180.3900.22272.7340.3162.55
HexA379C61227016111283f
Octal24317130622470264215077
Binary1010001111110011100011010010100111010110100010001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A379C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A379C6; }

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

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

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

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

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

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

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

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