#A04ED0

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

Shades of Deep Lilac #A04ED0

Tints of Deep Lilac #A04ED0

Color information

#A04ED0 (or 0xA04ED0) is unknown color: approx Deep Lilac. HEX triplet: A0, 4E and D0. RGB value is (160,78,208). Sum of RGB (Red+Green+Blue) = 160+78+208=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #A04ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04ED0 is #5FB12F. Grayscale: #747474. Windows color (decimal): -6271280 or 13651616. OLE color: 13651616.

HSL color Cylindrical-coordinate representation of color #A04ED0: hue angle of 277.85º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A04ED0 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16078208-
CMYK0.230.6200.18
HSL277.85º58.04%56.08%-
HSV(B)277.85º62.5%81.57%-
XYZ28.6117.4861.54-
YUV117.34179.17158.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.87%
GREEN value IS 78 (30.86% from 255) = 17.49%
BLUE value IS 208 (81.64% from 255) = 46.64%
R=35.87%
G=17.49%
B=46.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal160782080.230.6200.18277.8558.0456.08
HexA04ED0173E0121163a38
Octal24011632027760224267270
Binary1010000010011101101000010111111110010010100010110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04ED0; }

 p { color: rgb(160,78,208); }

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

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

 a { background-color: rgb(160,78,208); }

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

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

 span { border-color: rgb(160,78,208); }

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