#A04DAD

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

Shades of Deep Lilac #A04DAD

Tints of Deep Lilac #A04DAD

Color information

#A04DAD (or 0xA04DAD) is unknown color: approx Deep Lilac. HEX triplet: A0, 4D and AD. RGB value is (160,77,173). Sum of RGB (Red+Green+Blue) = 160+77+173=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #A04DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04DAD is #5FB252. Grayscale: #707070. Windows color (decimal): -6271571 or 11357600. OLE color: 11357600.

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

Color convert

RGB16077173-
CMYK0.080.5500.32
HSL291.88º38.4%49.02%-
HSV(B)291.88º55.49%67.84%-
XYZ24.6915.841.28-
YUV112.76162161.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.02%
GREEN value IS 77 (30.47% from 255) = 18.78%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=39.02%
G=18.78%
B=42.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160771730.080.5500.32291.8838.449.02
HexA04DAD8370201242631
Octal24011525510670404444661
Binary1010000010011011010110110001101110100000100100100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04DAD; }

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

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

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

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

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

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

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

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