#A157BE

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

Shades of Deep Lilac #A157BE

Tints of Deep Lilac #A157BE

Color information

#A157BE (or 0xA157BE) is unknown color: approx Deep Lilac. HEX triplet: A1, 57 and BE. RGB value is (161,87,190). Sum of RGB (Red+Green+Blue) = 161+87+190=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #A157BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157BE is #5EA841. Grayscale: #787878. Windows color (decimal): -6203458 or 12474273. OLE color: 12474273.

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

Color convert

RGB16187190-
CMYK0.150.5400.25
HSL283.11º44.21%54.31%-
HSV(B)283.11º54.21%74.51%-
XYZ27.418.1150.77-
YUV120.87167.02156.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.76%
GREEN value IS 87 (34.38% from 255) = 19.86%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=36.76%
G=19.86%
B=43.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161871900.150.5400.25283.1144.2154.31
HexA157BEF3601911b2c36
Octal24112727617660314335466
Binary101000011010111101111101111110110011001100011011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A157BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A157BE; }

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

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

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

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

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

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

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

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