#A049B0

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

Shades of Deep Lilac #A049B0

Tints of Deep Lilac #A049B0

Color information

#A049B0 (or 0xA049B0) is unknown color: approx Deep Lilac. HEX triplet: A0, 49 and B0. RGB value is (160,73,176). Sum of RGB (Red+Green+Blue) = 160+73+176=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 176 - color contains mainly: blue. Hex color #A049B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A049B0 is #5FB64F. Grayscale: #6E6E6E. Windows color (decimal): -6272592 or 11553184. OLE color: 11553184.

HSL color Cylindrical-coordinate representation of color #A049B0: hue angle of 290.68º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A049B0 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16073176-
CMYK0.090.5900.31
HSL290.68º41.37%48.82%-
HSV(B)290.68º58.52%69.02%-
XYZ24.7215.3742.74-
YUV110.76164.82163.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 73 (28.91% from 255) = 17.85%
BLUE value IS 176 (69.14% from 255) = 43.03%
R=39.12%
G=17.85%
B=43.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160731760.090.5900.31290.6841.3748.82
HexA049B093B01F1232931
Octal24011126011730374435161
Binary101000001001001101100001001111011011111100100011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A049B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A049B0; }

 p { color: rgb(160,73,176); }

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

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

 a { background-color: rgb(160,73,176); }

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

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

 span { border-color: rgb(160,73,176); }

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