#A14EBF

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

Shades of Deep Lilac #A14EBF

Tints of Deep Lilac #A14EBF

Color information

#A14EBF (or 0xA14EBF) is unknown color: approx Deep Lilac. HEX triplet: A1, 4E and BF. RGB value is (161,78,191). Sum of RGB (Red+Green+Blue) = 161+78+191=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #A14EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14EBF is #5EB140. Grayscale: #737373. Windows color (decimal): -6205761 or 12537505. OLE color: 12537505.

HSL color Cylindrical-coordinate representation of color #A14EBF: hue angle of 284.07º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A14EBF is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16178191-
CMYK0.160.5900.25
HSL284.07º46.89%52.75%-
HSV(B)284.07º59.16%74.9%-
XYZ26.8316.7951.12-
YUV115.7170.5160.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.44%
GREEN value IS 78 (30.86% from 255) = 18.14%
BLUE value IS 191 (75% from 255) = 44.42%
R=37.44%
G=18.14%
B=44.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161781910.160.5900.25284.0746.8952.75
HexA14EBF103B01911c2f35
Octal24111627720730314345765
Binary1010000110011101011111110000111011011001100011100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14EBF; }

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

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

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

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

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

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

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

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