#A149AD

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

Shades of Deep Lilac #A149AD

Tints of Deep Lilac #A149AD

Color information

#A149AD (or 0xA149AD) is unknown color: approx Deep Lilac. HEX triplet: A1, 49 and AD. RGB value is (161,73,173). Sum of RGB (Red+Green+Blue) = 161+73+173=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #A149AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A149AD is #5EB652. Grayscale: #6E6E6E. Windows color (decimal): -6207059 or 11356577. OLE color: 11356577.

HSL color Cylindrical-coordinate representation of color #A149AD: hue angle of 292.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A149AD is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16173173-
CMYK0.070.5800.32
HSL292.8º40.65%48.24%-
HSV(B)292.8º57.8%67.84%-
XYZ24.6215.3641.2-
YUV110.71163.15163.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.56%
GREEN value IS 73 (28.91% from 255) = 17.94%
BLUE value IS 173 (67.97% from 255) = 42.51%
R=39.56%
G=17.94%
B=42.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161731730.070.5800.32292.840.6548.24
HexA149AD73A0201252930
Octal2411112557720404455160
Binary101000011001001101011011111110100100000100100101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A149AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A149AD; }

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

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

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

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

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

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

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

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