#A44DC9

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

Shades of Deep Lilac #A44DC9

Tints of Deep Lilac #A44DC9

Color information

#A44DC9 (or 0xA44DC9) is unknown color: approx Deep Lilac. HEX triplet: A4, 4D and C9. RGB value is (164,77,201). Sum of RGB (Red+Green+Blue) = 164+77+201=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #A44DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44DC9 is #5BB236. Grayscale: #747474. Windows color (decimal): -6009399 or 13192612. OLE color: 13192612.

HSL color Cylindrical-coordinate representation of color #A44DC9: hue angle of 282.1º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A44DC9 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16477201-
CMYK0.180.6200.21
HSL282.1º53.45%54.51%-
HSV(B)282.1º61.69%78.82%-
XYZ28.5117.4257.12-
YUV117.15175.32161.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 77 (30.47% from 255) = 17.42%
BLUE value IS 201 (78.91% from 255) = 45.48%
R=37.10%
G=17.42%
B=45.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164772010.180.6200.21282.153.4554.51
HexA44DC9123E01511a3537
Octal24411531122760254326567
Binary1010010010011011100100110010111110010101100011010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44DC9; }

 p { color: rgb(164,77,201); }

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

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

 a { background-color: rgb(164,77,201); }

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

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

 span { border-color: rgb(164,77,201); }

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