#A557BA

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

Shades of Deep Lilac #A557BA

Tints of Deep Lilac #A557BA

Color information

#A557BA (or 0xA557BA) is unknown color: approx Deep Lilac. HEX triplet: A5, 57 and BA. RGB value is (165,87,186). Sum of RGB (Red+Green+Blue) = 165+87+186=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #A557BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A557BA is #5AA845. Grayscale: #797979. Windows color (decimal): -5941318 or 12212133. OLE color: 12212133.

HSL color Cylindrical-coordinate representation of color #A557BA: hue angle of 287.27º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A557BA is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16587186-
CMYK0.110.5300.27
HSL287.27º41.77%53.53%-
HSV(B)287.27º53.23%72.94%-
XYZ27.7918.3648.53-
YUV121.61164.34158.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.67%
GREEN value IS 87 (34.38% from 255) = 19.86%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=37.67%
G=19.86%
B=42.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165871860.110.5300.27287.2741.7753.53
HexA557BAB3501B11f2a36
Octal24512727213650334375266
Binary101001011010111101110101011110101011011100011111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A557BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A557BA; }

 p { color: rgb(165,87,186); }

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

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

 a { background-color: rgb(165,87,186); }

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

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

 span { border-color: rgb(165,87,186); }

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