#A14EBA

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

Shades of Deep Lilac #A14EBA

Tints of Deep Lilac #A14EBA

Color information

#A14EBA (or 0xA14EBA) is unknown color: approx Deep Lilac. HEX triplet: A1, 4E and BA. RGB value is (161,78,186). Sum of RGB (Red+Green+Blue) = 161+78+186=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #A14EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14EBA is #5EB145. Grayscale: #727272. Windows color (decimal): -6205766 or 12209825. OLE color: 12209825.

HSL color Cylindrical-coordinate representation of color #A14EBA: hue angle of 286.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14EBA is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16178186-
CMYK0.130.5800.27
HSL286.11º43.9%51.76%-
HSV(B)286.11º58.06%72.94%-
XYZ26.2916.5748.27-
YUV115.13168160.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 78 (30.86% from 255) = 18.35%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=37.88%
G=18.35%
B=43.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161781860.130.5800.27286.1143.951.76
HexA14EBAD3A01B11e2c34
Octal24111627215720334365464
Binary101000011001110101110101101111010011011100011110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14EBA; }

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

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

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

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

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

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

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

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