#A14DAE

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

Shades of Deep Lilac #A14DAE

Tints of Deep Lilac #A14DAE

Color information

#A14DAE (or 0xA14DAE) is unknown color: approx Deep Lilac. HEX triplet: A1, 4D and AE. RGB value is (161,77,174). Sum of RGB (Red+Green+Blue) = 161+77+174=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #A14DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14DAE is #5EB251. Grayscale: #707070. Windows color (decimal): -6206034 or 11423137. OLE color: 11423137.

HSL color Cylindrical-coordinate representation of color #A14DAE: hue angle of 291.96º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A14DAE is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16177174-
CMYK0.070.5600.32
HSL291.96º38.65%49.22%-
HSV(B)291.96º55.75%68.24%-
XYZ24.9915.9441.8-
YUV113.17162.33162.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.08%
GREEN value IS 77 (30.47% from 255) = 18.69%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=39.08%
G=18.69%
B=42.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161771740.070.5600.32291.9638.6549.22
HexA14DAE7380201242731
Octal2411152567700404444761
Binary101000011001101101011101111110000100000100100100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14DAE; }

 p { color: rgb(161,77,174); }

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

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

 a { background-color: rgb(161,77,174); }

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

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

 span { border-color: rgb(161,77,174); }

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