#A157BD

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

Shades of Deep Lilac #A157BD

Tints of Deep Lilac #A157BD

Color information

#A157BD (or 0xA157BD) is unknown color: approx Deep Lilac. HEX triplet: A1, 57 and BD. RGB value is (161,87,189). Sum of RGB (Red+Green+Blue) = 161+87+189=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #A157BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157BD is #5EA842. Grayscale: #787878. Windows color (decimal): -6203459 or 12408737. OLE color: 12408737.

HSL color Cylindrical-coordinate representation of color #A157BD: hue angle of 283.53º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A157BD is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16187189-
CMYK0.150.5400.26
HSL283.53º43.59%54.12%-
HSV(B)283.53º53.97%74.12%-
XYZ27.2918.0750.19-
YUV120.75166.52156.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.84%
GREEN value IS 87 (34.38% from 255) = 19.91%
BLUE value IS 189 (74.22% from 255) = 43.25%
R=36.84%
G=19.91%
B=43.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161871890.150.5400.26283.5343.5954.12
HexA157BDF3601A11c2c36
Octal24112727517660324345466
Binary101000011010111101111011111110110011010100011100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A157BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A157BD; }

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

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

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

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

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

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

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

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