#A557B7

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

Shades of Deep Lilac #A557B7

Tints of Deep Lilac #A557B7

Color information

#A557B7 (or 0xA557B7) is unknown color: approx Deep Lilac. HEX triplet: A5, 57 and B7. RGB value is (165,87,183). Sum of RGB (Red+Green+Blue) = 165+87+183=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 183 - color contains mainly: blue. Hex color #A557B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A557B7 is #5AA848. Grayscale: #787878. Windows color (decimal): -5941321 or 12015525. OLE color: 12015525.

HSL color Cylindrical-coordinate representation of color #A557B7: hue angle of 288.75º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A557B7 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16587183-
CMYK0.100.5200.28
HSL288.75º40%52.94%-
HSV(B)288.75º52.46%71.76%-
XYZ27.4718.2346.87-
YUV121.27162.84159.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 87 (34.38% from 255) = 20%
BLUE value IS 183 (71.88% from 255) = 42.07%
R=37.93%
G=20%
B=42.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal165871830.100.5200.28288.754052.94
HexA557B7A3401C1212835
Octal24512726712640344415065
Binary101001011010111101101111010110100011100100100001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A557B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A557B7; }

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

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

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

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

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

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

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

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