#A14EB3

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

Shades of Deep Lilac #A14EB3

Tints of Deep Lilac #A14EB3

Color information

#A14EB3 (or 0xA14EB3) is unknown color: approx Deep Lilac. HEX triplet: A1, 4E and B3. RGB value is (161,78,179). Sum of RGB (Red+Green+Blue) = 161+78+179=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 179 - color contains mainly: blue. Hex color #A14EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14EB3 is #5EB14C. Grayscale: #727272. Windows color (decimal): -6205773 or 11751073. OLE color: 11751073.

HSL color Cylindrical-coordinate representation of color #A14EB3: hue angle of 289.31º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A14EB3 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16178179-
CMYK0.100.5600.30
HSL289.31º39.92%50.39%-
HSV(B)289.31º56.42%70.2%-
XYZ25.5616.2844.44-
YUV114.33164.5161.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 78 (30.86% from 255) = 18.66%
BLUE value IS 179 (70.31% from 255) = 42.82%
R=38.52%
G=18.66%
B=42.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161781790.100.5600.30289.3139.9250.39
HexA14EB3A3801E1212832
Octal24111626312700364415062
Binary101000011001110101100111010111000011110100100001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14EB3; }

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

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

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

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

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

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

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

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