#A049AD

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

Shades of Deep Lilac #A049AD

Tints of Deep Lilac #A049AD

Color information

#A049AD (or 0xA049AD) is unknown color: approx Deep Lilac. HEX triplet: A0, 49 and AD. RGB value is (160,73,173). Sum of RGB (Red+Green+Blue) = 160+73+173=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #A049AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A049AD is #5FB652. Grayscale: #6E6E6E. Windows color (decimal): -6272595 or 11356576. OLE color: 11356576.

HSL color Cylindrical-coordinate representation of color #A049AD: hue angle of 292.2º 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 #A049AD is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16073173-
CMYK0.080.5800.32
HSL292.2º40.65%48.24%-
HSV(B)292.2º57.8%67.84%-
XYZ24.4215.2641.19-
YUV110.41163.32163.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.41%
GREEN value IS 73 (28.91% from 255) = 17.98%
BLUE value IS 173 (67.97% from 255) = 42.61%
R=39.41%
G=17.98%
B=42.61%

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
Decimal160731730.080.5800.32292.240.6548.24
HexA049AD83A0201242930
Octal24011125510720404445160
Binary1010000010010011010110110001110100100000100100100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A049AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A049AD; }

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

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

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

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

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

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

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

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