#A560BA

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

Shades of Deep Lilac #A560BA

Tints of Deep Lilac #A560BA

Color information

#A560BA (or 0xA560BA) is unknown color: approx Deep Lilac. HEX triplet: A5, 60 and BA. RGB value is (165,96,186). Sum of RGB (Red+Green+Blue) = 165+96+186=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #A560BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560BA is #5A9F45. Grayscale: #7E7E7E. Windows color (decimal): -5939014 or 12214437. OLE color: 12214437.

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

Color convert

RGB16596186-
CMYK0.110.4800.27
HSL286º39.47%55.29%-
HSV(B)286º48.39%72.94%-
XYZ28.5619.9148.79-
YUV126.89161.36155.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 96 (37.89% from 255) = 21.48%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=36.91%
G=21.48%
B=41.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165961860.110.4800.2728639.4755.29
HexA560BAB3001B11e2737
Octal24514027213600334364767
Binary101001011100000101110101011110000011011100011110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A560BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A560BA; }

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

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

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

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

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

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

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

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