#A14DB9

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

Shades of Deep Lilac #A14DB9

Tints of Deep Lilac #A14DB9

Color information

#A14DB9 (or 0xA14DB9) is unknown color: approx Deep Lilac. HEX triplet: A1, 4D and B9. RGB value is (161,77,185). Sum of RGB (Red+Green+Blue) = 161+77+185=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 185 - color contains mainly: blue. Hex color #A14DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DB9 is #5EB246. Grayscale: #727272. Windows color (decimal): -6206023 or 12144033. OLE color: 12144033.

HSL color Cylindrical-coordinate representation of color #A14DB9: hue angle of 286.67º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14DB9 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16177185-
CMYK0.130.5800.27
HSL286.67º43.55%51.37%-
HSV(B)286.67º58.38%72.55%-
XYZ26.1116.3947.69-
YUV114.43167.83161.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.06%
GREEN value IS 77 (30.47% from 255) = 18.20%
BLUE value IS 185 (72.66% from 255) = 43.74%
R=38.06%
G=18.20%
B=43.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161771850.130.5800.27286.6743.5551.37
HexA14DB9D3A01B11f2c33
Octal24111527115720334375463
Binary101000011001101101110011101111010011011100011111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14DB9; }

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

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

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

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

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

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

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

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