#A557B3

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

Shades of Deep Lilac #A557B3

Tints of Deep Lilac #A557B3

Color information

#A557B3 (or 0xA557B3) is unknown color: approx Deep Lilac. HEX triplet: A5, 57 and B3. RGB value is (165,87,179). Sum of RGB (Red+Green+Blue) = 165+87+179=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 179 - color contains mainly: blue. Hex color #A557B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A557B3 is #5AA84C. Grayscale: #787878. Windows color (decimal): -5941325 or 11753381. OLE color: 11753381.

HSL color Cylindrical-coordinate representation of color #A557B3: hue angle of 290.87º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A557B3 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16587179-
CMYK0.080.5100.30
HSL290.87º37.7%52.16%-
HSV(B)290.87º51.4%70.2%-
XYZ27.0618.0744.71-
YUV120.81160.84159.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.28%
GREEN value IS 87 (34.38% from 255) = 20.19%
BLUE value IS 179 (70.31% from 255) = 41.53%
R=38.28%
G=20.19%
B=41.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal165871790.080.5100.30290.8737.752.16
HexA557B383301E1232634
Octal24512726310630364434664
Binary101001011010111101100111000110011011110100100011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A557B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A557B3; }

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

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

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

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

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

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

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

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