#A44ECF

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

Shades of Deep Lilac #A44ECF

Tints of Deep Lilac #A44ECF

Color information

#A44ECF (or 0xA44ECF) is unknown color: approx Deep Lilac. HEX triplet: A4, 4E and CF. RGB value is (164,78,207). Sum of RGB (Red+Green+Blue) = 164+78+207=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #A44ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44ECF is #5BB130. Grayscale: #757575. Windows color (decimal): -6009137 or 13586084. OLE color: 13586084.

HSL color Cylindrical-coordinate representation of color #A44ECF: hue angle of 280º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A44ECF is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16478207-
CMYK0.210.6200.19
HSL280º57.33%55.88%-
HSV(B)280º62.32%81.18%-
XYZ29.317.8560.93-
YUV118.42177.99160.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 78 (30.86% from 255) = 17.37%
BLUE value IS 207 (81.25% from 255) = 46.10%
R=36.53%
G=17.37%
B=46.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal164782070.210.6200.1928057.3355.88
HexA44ECF153E0131183938
Octal24411631725760234307170
Binary1010010010011101100111110101111110010011100011000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44ECF; }

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

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

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

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

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

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

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

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