#A14ECD

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

Shades of Deep Lilac #A14ECD

Tints of Deep Lilac #A14ECD

Color information

#A14ECD (or 0xA14ECD) is unknown color: approx Deep Lilac. HEX triplet: A1, 4E and CD. RGB value is (161,78,205). Sum of RGB (Red+Green+Blue) = 161+78+205=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #A14ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14ECD is #5EB132. Grayscale: #747474. Windows color (decimal): -6205747 or 13455009. OLE color: 13455009.

HSL color Cylindrical-coordinate representation of color #A14ECD: hue angle of 279.21º degrees, saturation: 0.56, 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 #A14ECD is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16178205-
CMYK0.210.6200.20
HSL279.21º55.95%55.49%-
HSV(B)279.21º61.95%80.39%-
XYZ28.4417.4359.62-
YUV117.29177.5159.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 78 (30.86% from 255) = 17.57%
BLUE value IS 205 (80.47% from 255) = 46.17%
R=36.26%
G=17.57%
B=46.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161782050.210.6200.20279.2155.9555.49
HexA14ECD153E0141173837
Octal24111631525760244277067
Binary1010000110011101100110110101111110010100100010111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14ECD; }

 p { color: rgb(161,78,205); }

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

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

 a { background-color: rgb(161,78,205); }

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

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

 span { border-color: rgb(161,78,205); }

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