#A44DB1

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

Shades of Deep Lilac #A44DB1

Tints of Deep Lilac #A44DB1

Color information

#A44DB1 (or 0xA44DB1) is unknown color: approx Deep Lilac. HEX triplet: A4, 4D and B1. RGB value is (164,77,177). Sum of RGB (Red+Green+Blue) = 164+77+177=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 177 - color contains mainly: blue. Hex color #A44DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44DB1 is #5BB24E. Grayscale: #727272. Windows color (decimal): -6009423 or 11619748. OLE color: 11619748.

HSL color Cylindrical-coordinate representation of color #A44DB1: hue angle of 292.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A44DB1 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16477177-
CMYK0.070.5600.31
HSL292.2º39.37%49.8%-
HSV(B)292.2º56.5%69.41%-
XYZ25.916.3743.39-
YUV114.41163.32163.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 77 (30.47% from 255) = 18.42%
BLUE value IS 177 (69.53% from 255) = 42.34%
R=39.23%
G=18.42%
B=42.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164771770.070.5600.31292.239.3749.8
HexA44DB173801F1242732
Octal2441152617700374444762
Binary10100100100110110110001111111000011111100100100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44DB1; }

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

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

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

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

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

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

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

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