#A14EB8

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

Shades of Deep Lilac #A14EB8

Tints of Deep Lilac #A14EB8

Color information

#A14EB8 (or 0xA14EB8) is unknown color: approx Deep Lilac. HEX triplet: A1, 4E and B8. RGB value is (161,78,184). Sum of RGB (Red+Green+Blue) = 161+78+184=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 184 (72.27% from 255 or 43.50% from 423); Max value from RGB is 184 - color contains mainly: blue. Hex color #A14EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14EB8 is #5EB147. Grayscale: #727272. Windows color (decimal): -6205768 or 12078753. OLE color: 12078753.

HSL color Cylindrical-coordinate representation of color #A14EB8: hue angle of 286.98º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14EB8 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16178184-
CMYK0.120.5800.28
HSL286.98º42.74%51.37%-
HSV(B)286.98º57.61%72.16%-
XYZ26.0716.4947.16-
YUV114.9167160.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.06%
GREEN value IS 78 (30.86% from 255) = 18.44%
BLUE value IS 184 (72.27% from 255) = 43.50%
R=38.06%
G=18.44%
B=43.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal161781840.120.5800.28286.9842.7451.37
HexA14EB8C3A01C11f2b33
Octal24111627014720344375363
Binary101000011001110101110001100111010011100100011111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14EB8; }

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

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

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

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

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

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

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

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