#A157B3

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

Shades of Deep Lilac #A157B3

Tints of Deep Lilac #A157B3

Color information

#A157B3 (or 0xA157B3) is unknown color: approx Deep Lilac. HEX triplet: A1, 57 and B3. RGB value is (161,87,179). Sum of RGB (Red+Green+Blue) = 161+87+179=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 179 (70.31% from 255 or 41.92% from 427); Max value from RGB is 179 - color contains mainly: blue. Hex color #A157B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157B3 is #5EA84C. Grayscale: #777777. Windows color (decimal): -6203469 or 11753377. OLE color: 11753377.

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

Color convert

RGB16187179-
CMYK0.100.5100.30
HSL288.26º37.7%52.16%-
HSV(B)288.26º51.4%70.2%-
XYZ26.2417.6544.67-
YUV119.61161.52157.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.70%
GREEN value IS 87 (34.38% from 255) = 20.37%
BLUE value IS 179 (70.31% from 255) = 41.92%
R=37.70%
G=20.37%
B=41.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161871790.100.5100.30288.2637.752.16
HexA157B3A3301E1202634
Octal24112726312630364404664
Binary101000011010111101100111010110011011110100100000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A157B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A157B3; }

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

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

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

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

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

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

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

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