#A44EBD

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

Shades of Deep Lilac #A44EBD

Tints of Deep Lilac #A44EBD

Color information

#A44EBD (or 0xA44EBD) is unknown color: approx Deep Lilac. HEX triplet: A4, 4E and BD. RGB value is (164,78,189). Sum of RGB (Red+Green+Blue) = 164+78+189=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #A44EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44EBD is #5BB142. Grayscale: #747474. Windows color (decimal): -6009155 or 12406436. OLE color: 12406436.

HSL color Cylindrical-coordinate representation of color #A44EBD: hue angle of 286.49º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44EBD is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16478189-
CMYK0.130.5900.26
HSL286.49º45.68%52.35%-
HSV(B)286.49º58.73%74.12%-
XYZ27.2217.0249.99-
YUV116.37168.99161.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 78 (30.86% from 255) = 18.10%
BLUE value IS 189 (74.22% from 255) = 43.85%
R=38.05%
G=18.10%
B=43.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164781890.130.5900.26286.4945.6852.35
HexA44EBDD3B01A11e2e34
Octal24411627515730324365664
Binary101001001001110101111011101111011011010100011110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44EBD; }

 p { color: rgb(164,78,189); }

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

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

 a { background-color: rgb(164,78,189); }

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

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

 span { border-color: rgb(164,78,189); }

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