#A049AE

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

Shades of Deep Lilac #A049AE

Tints of Deep Lilac #A049AE

Color information

#A049AE (or 0xA049AE) is unknown color: approx Deep Lilac. HEX triplet: A0, 49 and AE. RGB value is (160,73,174). Sum of RGB (Red+Green+Blue) = 160+73+174=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #A049AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A049AE is #5FB651. Grayscale: #6E6E6E. Windows color (decimal): -6272594 or 11422112. OLE color: 11422112.

HSL color Cylindrical-coordinate representation of color #A049AE: hue angle of 291.68º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A049AE is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16073174-
CMYK0.080.5800.32
HSL291.68º40.89%48.43%-
HSV(B)291.68º58.05%68.24%-
XYZ24.5215.2941.7-
YUV110.53163.82163.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.31%
GREEN value IS 73 (28.91% from 255) = 17.94%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=39.31%
G=17.94%
B=42.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160731740.080.5800.32291.6840.8948.43
HexA049AE83A0201242930
Octal24011125610720404445160
Binary1010000010010011010111010001110100100000100100100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A049AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A049AE; }

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

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

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

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

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

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

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

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