#A14DB3

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

Shades of Deep Lilac #A14DB3

Tints of Deep Lilac #A14DB3

Color information

#A14DB3 (or 0xA14DB3) is unknown color: approx Deep Lilac. HEX triplet: A1, 4D and B3. RGB value is (161,77,179). Sum of RGB (Red+Green+Blue) = 161+77+179=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 179 - color contains mainly: blue. Hex color #A14DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DB3 is #5EB24C. Grayscale: #717171. Windows color (decimal): -6206029 or 11750817. OLE color: 11750817.

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

Color convert

RGB16177179-
CMYK0.100.5700.30
HSL289.41º40.16%50.2%-
HSV(B)289.41º56.98%70.2%-
XYZ25.4916.1444.42-
YUV113.74164.83161.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 77 (30.47% from 255) = 18.47%
BLUE value IS 179 (70.31% from 255) = 42.93%
R=38.61%
G=18.47%
B=42.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161771790.100.5700.30289.4140.1650.2
HexA14DB3A3901E1212832
Octal24111526312710364415062
Binary101000011001101101100111010111001011110100100001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14DB3; }

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

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

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

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

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

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

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

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