#A557CA

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

Shades of Deep Lilac #A557CA

Tints of Deep Lilac #A557CA

Color information

#A557CA (or 0xA557CA) is unknown color: approx Deep Lilac. HEX triplet: A5, 57 and CA. RGB value is (165,87,202). Sum of RGB (Red+Green+Blue) = 165+87+202=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #A557CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A557CA is #5AA835. Grayscale: #7B7B7B. Windows color (decimal): -5941302 or 13260709. OLE color: 13260709.

HSL color Cylindrical-coordinate representation of color #A557CA: hue angle of 280.7º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A557CA is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16587202-
CMYK0.180.5700.21
HSL280.7º52.04%56.67%-
HSV(B)280.7º56.93%79.22%-
XYZ29.5919.0858-
YUV123.43172.34157.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 87 (34.38% from 255) = 19.16%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=36.34%
G=19.16%
B=44.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165872020.180.5700.21280.752.0456.67
HexA557CA12390151193439
Octal24512731222710254316471
Binary1010010110101111100101010010111001010101100011001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A557CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A557CA; }

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

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

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

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

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

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

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

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