#A157CB

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

Shades of Deep Lilac #A157CB

Tints of Deep Lilac #A157CB

Color information

#A157CB (or 0xA157CB) is unknown color: approx Deep Lilac. HEX triplet: A1, 57 and CB. RGB value is (161,87,203). Sum of RGB (Red+Green+Blue) = 161+87+203=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #A157CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157CB is #5EA834. Grayscale: #797979. Windows color (decimal): -6203445 or 13326241. OLE color: 13326241.

HSL color Cylindrical-coordinate representation of color #A157CB: hue angle of 278.28º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A157CB is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16187203-
CMYK0.210.5700.20
HSL278.28º52.73%56.86%-
HSV(B)278.28º57.14%79.61%-
XYZ28.8918.7158.59-
YUV122.35173.52155.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 87 (34.38% from 255) = 19.29%
BLUE value IS 203 (79.69% from 255) = 45.01%
R=35.70%
G=19.29%
B=45.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161872030.210.5700.20278.2852.7356.86
HexA157CB15390141163539
Octal24112731325710244266571
Binary1010000110101111100101110101111001010100100010110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A157CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A157CB; }

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

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

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

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

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

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

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

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