#A560B4

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

Shades of Deep Lilac #A560B4

Tints of Deep Lilac #A560B4

Color information

#A560B4 (or 0xA560B4) is unknown color: approx Deep Lilac. HEX triplet: A5, 60 and B4. RGB value is (165,96,180). Sum of RGB (Red+Green+Blue) = 165+96+180=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #A560B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560B4 is #5A9F4B. Grayscale: #7D7D7D. Windows color (decimal): -5939020 or 11821221. OLE color: 11821221.

HSL color Cylindrical-coordinate representation of color #A560B4: hue angle of 289.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A560B4 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16596180-
CMYK0.080.4700.29
HSL289.29º35.9%54.12%-
HSV(B)289.29º46.67%70.59%-
XYZ27.9419.6645.5-
YUV126.21158.36155.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.41%
GREEN value IS 96 (37.89% from 255) = 21.77%
BLUE value IS 180 (70.70% from 255) = 40.82%
R=37.41%
G=21.77%
B=40.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165961800.080.4700.29289.2935.954.12
HexA560B482F01D1212436
Octal24514026410570354414466
Binary101001011100000101101001000101111011101100100001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A560B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A560B4; }

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

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

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

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

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

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

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

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