#A157AF

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

Shades of Deep Lilac #A157AF

Tints of Deep Lilac #A157AF

Color information

#A157AF (or 0xA157AF) is unknown color: approx Deep Lilac. HEX triplet: A1, 57 and AF. RGB value is (161,87,175). Sum of RGB (Red+Green+Blue) = 161+87+175=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #A157AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A157AF is #5EA850. Grayscale: #767676. Windows color (decimal): -6203473 or 11491233. OLE color: 11491233.

HSL color Cylindrical-coordinate representation of color #A157AF: hue angle of 290.45º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A157AF is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16187175-
CMYK0.080.5000.31
HSL290.45º35.48%51.37%-
HSV(B)290.45º50.29%68.63%-
XYZ25.8417.4942.57-
YUV119.16159.52157.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.06%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 175 (68.75% from 255) = 41.37%
R=38.06%
G=20.57%
B=41.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161871750.080.5000.31290.4535.4851.37
HexA157AF83201F1222333
Octal24112725710620374424363
Binary101000011010111101011111000110010011111100100010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A157AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A157AF; }

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

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

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

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

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

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

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

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