#A379CD

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

Shades of Lilac Bush #A379CD

Tints of Lilac Bush #A379CD

Color information

#A379CD (or 0xA379CD) is unknown color: approx Lilac Bush. HEX triplet: A3, 79 and CD. RGB value is (163,121,205). Sum of RGB (Red+Green+Blue) = 163+121+205=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #A379CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379CD is #5C8632. Grayscale: #8E8E8E. Windows color (decimal): -6063667 or 13466019. OLE color: 13466019.

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

Color convert

RGB163121205-
CMYK0.200.4100.20
HSL270º45.65%63.92%-
HSV(B)270º40.98%80.39%-
XYZ32.9625.8761.01-
YUV143.13162.91142.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.33%
GREEN value IS 121 (47.66% from 255) = 24.74%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=33.33%
G=24.74%
B=41.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631212050.200.4100.2027045.6563.92
HexA379CD142901410e2e40
Octal243171315245102441656100
Binary10100011111100111001101101001010010101001000011101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A379CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A379CD; }

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

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

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

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

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

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

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

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