#A44FD0

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

Shades of Deep Lilac #A44FD0

Tints of Deep Lilac #A44FD0

Color information

#A44FD0 (or 0xA44FD0) is unknown color: approx Deep Lilac. HEX triplet: A4, 4F and D0. RGB value is (164,79,208). Sum of RGB (Red+Green+Blue) = 164+79+208=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 208 - color contains mainly: blue. Hex color #A44FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44FD0 is #5BB02F. Grayscale: #767676. Windows color (decimal): -6008880 or 13651876. OLE color: 13651876.

HSL color Cylindrical-coordinate representation of color #A44FD0: hue angle of 279.53º 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 #A44FD0 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16479208-
CMYK0.210.6200.18
HSL279.53º57.85%56.27%-
HSV(B)279.53º62.02%81.57%-
XYZ29.4918.0461.6-
YUV119.12178.16160.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.36%
GREEN value IS 79 (31.25% from 255) = 17.52%
BLUE value IS 208 (81.64% from 255) = 46.12%
R=36.36%
G=17.52%
B=46.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164792080.210.6200.18279.5357.8556.27
HexA44FD0153E0121183a38
Octal24411732025760224307270
Binary1010010010011111101000010101111110010010100011000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44FD0; }

 p { color: rgb(164,79,208); }

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

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

 a { background-color: rgb(164,79,208); }

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

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

 span { border-color: rgb(164,79,208); }

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