#A056B8

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

Shades of Deep Lilac #A056B8

Tints of Deep Lilac #A056B8

Color information

#A056B8 (or 0xA056B8) is unknown color: approx Deep Lilac. HEX triplet: A0, 56 and B8. RGB value is (160,86,184). Sum of RGB (Red+Green+Blue) = 160+86+184=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 184 - color contains mainly: blue. Hex color #A056B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A056B8 is #5FA947. Grayscale: #767676. Windows color (decimal): -6269256 or 12080800. OLE color: 12080800.

HSL color Cylindrical-coordinate representation of color #A056B8: hue angle of 285.31º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A056B8 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16086184-
CMYK0.130.5300.28
HSL285.31º40.83%52.94%-
HSV(B)285.31º53.26%72.16%-
XYZ26.4817.5947.35-
YUV119.3164.52157.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 86 (33.98% from 255) = 20%
BLUE value IS 184 (72.27% from 255) = 42.79%
R=37.21%
G=20%
B=42.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160861840.130.5300.28285.3140.8352.94
HexA056B8D3501C11d2935
Octal24012627015650344355165
Binary101000001010110101110001101110101011100100011101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A056B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A056B8; }

 p { color: rgb(160,86,184); }

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

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

 a { background-color: rgb(160,86,184); }

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

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

 span { border-color: rgb(160,86,184); }

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