#A560B3

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

Shades of Deep Lilac #A560B3

Tints of Deep Lilac #A560B3

Color information

#A560B3 (or 0xA560B3) is unknown color: approx Deep Lilac. HEX triplet: A5, 60 and B3. RGB value is (165,96,179). Sum of RGB (Red+Green+Blue) = 165+96+179=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 179 - color contains mainly: blue. Hex color #A560B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560B3 is #5A9F4C. Grayscale: #7D7D7D. Windows color (decimal): -5939021 or 11755685. OLE color: 11755685.

HSL color Cylindrical-coordinate representation of color #A560B3: hue angle of 289.88º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A560B3 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16596179-
CMYK0.080.4600.30
HSL289.88º35.32%53.92%-
HSV(B)289.88º46.37%70.2%-
XYZ27.8419.6244.97-
YUV126.09157.86155.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 96 (37.89% from 255) = 21.82%
BLUE value IS 179 (70.31% from 255) = 40.68%
R=37.5%
G=21.82%
B=40.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal165961790.080.4600.30289.8835.3253.92
HexA560B382E01E1222336
Octal24514026310560364424366
Binary101001011100000101100111000101110011110100100010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A560B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A560B3; }

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

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

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

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

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

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

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

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