#a14dce

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

Shades of Deep Lilac #A14DCE

Tints of Deep Lilac #A14DCE

Color information

#A14DCE (or 0xA14DCE) is unknown color: approx Deep Lilac. HEX triplet: A1, 4D and CE. RGB value is (161,77,206). Sum of RGB (Red+Green+Blue) = 161+77+206=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #A14DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DCE is #5EB231. Grayscale: #747474. Windows color (decimal): -6206002 or 13520289. OLE color: 13520289.

HSL color Cylindrical-coordinate representation of color #A14DCE: hue angle of 279.07º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A14DCE is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16177206-
CMYK0.220.6300.19
HSL279.07º56.83%55.49%-
HSV(B)279.07º62.62%80.78%-
XYZ28.4917.3460.24-
YUV116.82178.33159.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 77 (30.47% from 255) = 17.34%
BLUE value IS 206 (80.86% from 255) = 46.40%
R=36.26%
G=17.34%
B=46.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal161772060.220.6300.19279.0756.8355.49
HexA14DCE163F0131173937
Octal24111531626770234277167
Binary1010000110011011100111010110111111010011100010111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a14dce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a14dce; }

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

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

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

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

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

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

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

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