#A557B9

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

Shades of Deep Lilac #A557B9

Tints of Deep Lilac #A557B9

Color information

#A557B9 (or 0xA557B9) is unknown color: approx Deep Lilac. HEX triplet: A5, 57 and B9. RGB value is (165,87,185). Sum of RGB (Red+Green+Blue) = 165+87+185=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 185 - color contains mainly: blue. Hex color #A557B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A557B9 is #5AA846. Grayscale: #797979. Windows color (decimal): -5941319 or 12146597. OLE color: 12146597.

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

Color convert

RGB16587185-
CMYK0.110.5300.27
HSL287.76º41.18%53.33%-
HSV(B)287.76º52.97%72.55%-
XYZ27.6818.3247.98-
YUV121.49163.84159.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 87 (34.38% from 255) = 19.91%
BLUE value IS 185 (72.66% from 255) = 42.33%
R=37.76%
G=19.91%
B=42.33%

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
Decimal165871850.110.5300.27287.7641.1853.33
HexA557B9B3501B1202935
Octal24512727113650334405165
Binary101001011010111101110011011110101011011100100000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A557B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A557B9; }

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

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

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

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

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

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

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

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