#A14DCB

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

Shades of Deep Lilac #A14DCB

Tints of Deep Lilac #A14DCB

Color information

#A14DCB (or 0xA14DCB) is unknown color: approx Deep Lilac. HEX triplet: A1, 4D and CB. RGB value is (161,77,203). Sum of RGB (Red+Green+Blue) = 161+77+203=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #A14DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DCB is #5EB234. Grayscale: #747474. Windows color (decimal): -6206005 or 13323681. OLE color: 13323681.

HSL color Cylindrical-coordinate representation of color #A14DCB: hue angle of 280º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A14DCB is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16177203-
CMYK0.210.6200.20
HSL280º54.78%54.9%-
HSV(B)280º62.07%79.61%-
XYZ28.1317.258.34-
YUV116.48176.83159.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 77 (30.47% from 255) = 17.46%
BLUE value IS 203 (79.69% from 255) = 46.03%
R=36.51%
G=17.46%
B=46.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161772030.210.6200.2028054.7854.9
HexA14DCB153E0141183737
Octal24111531325760244306767
Binary1010000110011011100101110101111110010100100011000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14DCB; }

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

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

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

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

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

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

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

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