#A560BB

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

Shades of Deep Lilac #A560BB

Tints of Deep Lilac #A560BB

Color information

#A560BB (or 0xA560BB) is unknown color: approx Deep Lilac. HEX triplet: A5, 60 and BB. RGB value is (165,96,187). Sum of RGB (Red+Green+Blue) = 165+96+187=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #A560BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560BB is #5A9F44. Grayscale: #7E7E7E. Windows color (decimal): -5939013 or 12279973. OLE color: 12279973.

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

Color convert

RGB16596187-
CMYK0.120.4900.27
HSL285.49º40.09%55.49%-
HSV(B)285.49º48.66%73.33%-
XYZ28.6719.9549.35-
YUV127161.86155.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.83%
GREEN value IS 96 (37.89% from 255) = 21.43%
BLUE value IS 187 (73.44% from 255) = 41.74%
R=36.83%
G=21.43%
B=41.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165961870.120.4900.27285.4940.0955.49
HexA560BBC3101B11d2837
Octal24514027314610334355067
Binary101001011100000101110111100110001011011100011101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A560BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A560BB; }

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

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

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

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

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

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

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

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