#A14EAF

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

Shades of Deep Lilac #A14EAF

Tints of Deep Lilac #A14EAF

Color information

#A14EAF (or 0xA14EAF) is unknown color: approx Deep Lilac. HEX triplet: A1, 4E and AF. RGB value is (161,78,175). Sum of RGB (Red+Green+Blue) = 161+78+175=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #A14EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14EAF is #5EB150. Grayscale: #717171. Windows color (decimal): -6205777 or 11488929. OLE color: 11488929.

HSL color Cylindrical-coordinate representation of color #A14EAF: hue angle of 291.34º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14EAF is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16178175-
CMYK0.080.5500.31
HSL291.34º38.34%49.61%-
HSV(B)291.34º55.43%68.63%-
XYZ25.1616.1242.34-
YUV113.87162.5161.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.89%
GREEN value IS 78 (30.86% from 255) = 18.84%
BLUE value IS 175 (68.75% from 255) = 42.27%
R=38.89%
G=18.84%
B=42.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161781750.080.5500.31291.3438.3449.61
HexA14EAF83701F1232632
Octal24111625710670374434662
Binary101000011001110101011111000110111011111100100011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14EAF; }

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

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

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

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

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

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

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

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