#A059C1

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

Shades of Deep Lilac #A059C1

Tints of Deep Lilac #A059C1

Color information

#A059C1 (or 0xA059C1) is unknown color: approx Deep Lilac. HEX triplet: A0, 59 and C1. RGB value is (160,89,193). Sum of RGB (Red+Green+Blue) = 160+89+193=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #A059C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059C1 is #5FA63E. Grayscale: #797979. Windows color (decimal): -6268479 or 12671392. OLE color: 12671392.

HSL color Cylindrical-coordinate representation of color #A059C1: hue angle of 280.96º 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 #A059C1 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16089193-
CMYK0.170.5400.24
HSL280.96º45.61%55.29%-
HSV(B)280.96º53.89%75.69%-
XYZ27.718.4752.56-
YUV122.08168.02155.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.20%
GREEN value IS 89 (35.16% from 255) = 20.14%
BLUE value IS 193 (75.78% from 255) = 43.67%
R=36.20%
G=20.14%
B=43.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160891930.170.5400.24280.9645.6155.29
HexA059C111360181192e37
Octal24013130121660304315667
Binary1010000010110011100000110001110110011000100011001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A059C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A059C1; }

 p { color: rgb(160,89,193); }

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

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

 a { background-color: rgb(160,89,193); }

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

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

 span { border-color: rgb(160,89,193); }

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