#A559C2

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

Shades of Deep Lilac #A559C2

Tints of Deep Lilac #A559C2

Color information

#A559C2 (or 0xA559C2) is unknown color: approx Deep Lilac. HEX triplet: A5, 59 and C2. RGB value is (165,89,194). Sum of RGB (Red+Green+Blue) = 165+89+194=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 194 - color contains mainly: blue. Hex color #A559C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A559C2 is #5AA63D. Grayscale: #7B7B7B. Windows color (decimal): -5940798 or 12736933. OLE color: 12736933.

HSL color Cylindrical-coordinate representation of color #A559C2: hue angle of 283.43º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A559C2 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16589194-
CMYK0.150.5400.24
HSL283.43º46.26%55.49%-
HSV(B)283.43º54.12%76.08%-
XYZ28.8319.0453.19-
YUV123.69167.68157.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.83%
GREEN value IS 89 (35.16% from 255) = 19.87%
BLUE value IS 194 (76.17% from 255) = 43.30%
R=36.83%
G=19.87%
B=43.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165891940.150.5400.24283.4346.2655.49
HexA559C2F3601811b2e37
Octal24513130217660304335667
Binary101001011011001110000101111110110011000100011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A559C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A559C2; }

 p { color: rgb(165,89,194); }

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

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

 a { background-color: rgb(165,89,194); }

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

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

 span { border-color: rgb(165,89,194); }

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