#A44ECC

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

Shades of Deep Lilac #A44ECC

Tints of Deep Lilac #A44ECC

Color information

#A44ECC (or 0xA44ECC) is unknown color: approx Deep Lilac. HEX triplet: A4, 4E and CC. RGB value is (164,78,204). Sum of RGB (Red+Green+Blue) = 164+78+204=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #A44ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44ECC is #5BB133. Grayscale: #757575. Windows color (decimal): -6009140 or 13389476. OLE color: 13389476.

HSL color Cylindrical-coordinate representation of color #A44ECC: hue angle of 280.95º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A44ECC is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16478204-
CMYK0.200.6200.2
HSL280.95º55.26%55.29%-
HSV(B)280.95º61.76%80%-
XYZ28.9317.759.02-
YUV118.08176.49160.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 78 (30.86% from 255) = 17.49%
BLUE value IS 204 (80.08% from 255) = 45.74%
R=36.77%
G=17.49%
B=45.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal164782040.200.6200.2280.9555.2655.29
HexA44ECC143E0141193737
Octal24411631424760244316767
Binary1010010010011101100110010100111110010100100011001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44ECC; }

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

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

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

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

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

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

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

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