#A149B3

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

Shades of Deep Lilac #A149B3

Tints of Deep Lilac #A149B3

Color information

#A149B3 (or 0xA149B3) is unknown color: approx Deep Lilac. HEX triplet: A1, 49 and B3. RGB value is (161,73,179). Sum of RGB (Red+Green+Blue) = 161+73+179=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 179 - color contains mainly: blue. Hex color #A149B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A149B3 is #5EB64C. Grayscale: #6F6F6F. Windows color (decimal): -6207053 or 11749793. OLE color: 11749793.

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

Color convert

RGB16173179-
CMYK0.100.5900.30
HSL289.81º42.06%49.41%-
HSV(B)289.81º59.22%70.2%-
XYZ25.2215.644.33-
YUV111.4166.15163.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 73 (28.91% from 255) = 17.68%
BLUE value IS 179 (70.31% from 255) = 43.34%
R=38.98%
G=17.68%
B=43.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161731790.100.5900.30289.8142.0649.41
HexA149B3A3B01E1222a31
Octal24111126312730364425261
Binary101000011001001101100111010111011011110100100010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A149B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A149B3; }

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

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

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

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

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

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

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

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