#a559ba

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

Shades of Deep Lilac #A559BA

Tints of Deep Lilac #A559BA

Color information

#A559BA (or 0xA559BA) is unknown color: approx Deep Lilac. HEX triplet: A5, 59 and BA. RGB value is (165,89,186). Sum of RGB (Red+Green+Blue) = 165+89+186=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #A559BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A559BA is #5AA645. Grayscale: #7A7A7A. Windows color (decimal): -5940806 or 12212645. OLE color: 12212645.

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

Color convert

RGB16589186-
CMYK0.110.5200.27
HSL287.01º41.28%53.92%-
HSV(B)287.01º52.15%72.94%-
XYZ27.9518.6948.59-
YUV122.78163.68158.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 89 (35.16% from 255) = 20.23%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=37.5%
G=20.23%
B=42.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165891860.110.5200.27287.0141.2853.92
HexA559BAB3401B11f2936
Octal24513127213640334375166
Binary101001011011001101110101011110100011011100011111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a559ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a559ba; }

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

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

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

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

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

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

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

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