#A157B9

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

Shades of Deep Lilac #A157B9

Tints of Deep Lilac #A157B9

Color information

#A157B9 (or 0xA157B9) is unknown color: approx Deep Lilac. HEX triplet: A1, 57 and B9. RGB value is (161,87,185). Sum of RGB (Red+Green+Blue) = 161+87+185=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 185 - color contains mainly: blue. Hex color #A157B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157B9 is #5EA846. Grayscale: #777777. Windows color (decimal): -6203463 or 12146593. OLE color: 12146593.

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

Color convert

RGB16187185-
CMYK0.130.5300.27
HSL285.31º41.18%53.33%-
HSV(B)285.31º52.97%72.55%-
XYZ26.8617.947.94-
YUV120.3164.52157.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 87 (34.38% from 255) = 20.09%
BLUE value IS 185 (72.66% from 255) = 42.73%
R=37.18%
G=20.09%
B=42.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161871850.130.5300.27285.3141.1853.33
HexA157B9D3501B11d2935
Octal24112727115650334355165
Binary101000011010111101110011101110101011011100011101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A157B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A157B9; }

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

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

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

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

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

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

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

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