#A057CB

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

Shades of Deep Lilac #A057CB

Tints of Deep Lilac #A057CB

Color information

#A057CB (or 0xA057CB) is unknown color: approx Deep Lilac. HEX triplet: A0, 57 and CB. RGB value is (160,87,203). Sum of RGB (Red+Green+Blue) = 160+87+203=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #A057CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A057CB is #5FA834. Grayscale: #797979. Windows color (decimal): -6268981 or 13326240. OLE color: 13326240.

HSL color Cylindrical-coordinate representation of color #A057CB: hue angle of 277.76º 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 #A057CB is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16087203-
CMYK0.210.5700.20
HSL277.76º52.73%56.86%-
HSV(B)277.76º57.14%79.61%-
XYZ28.6818.658.58-
YUV122.05173.68155.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.56%
GREEN value IS 87 (34.38% from 255) = 19.33%
BLUE value IS 203 (79.69% from 255) = 45.11%
R=35.56%
G=19.33%
B=45.11%

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
Decimal160872030.210.5700.20277.7652.7356.86
HexA057CB15390141163539
Octal24012731325710244266571
Binary1010000010101111100101110101111001010100100010110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A057CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A057CB; }

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

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

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

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

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

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

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

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