#A056AF

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

Shades of Deep Lilac #A056AF

Tints of Deep Lilac #A056AF

Color information

#A056AF (or 0xA056AF) is unknown color: approx Deep Lilac. HEX triplet: A0, 56 and AF. RGB value is (160,86,175). Sum of RGB (Red+Green+Blue) = 160+86+175=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #A056AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A056AF is #5FA950. Grayscale: #757575. Windows color (decimal): -6269265 or 11490976. OLE color: 11490976.

HSL color Cylindrical-coordinate representation of color #A056AF: hue angle of 289.89º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A056AF is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16086175-
CMYK0.090.5100.31
HSL289.89º35.74%51.18%-
HSV(B)289.89º50.86%68.63%-
XYZ25.5617.2242.53-
YUV118.27160.02157.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 86 (33.98% from 255) = 20.43%
BLUE value IS 175 (68.75% from 255) = 41.57%
R=38.00%
G=20.43%
B=41.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160861750.090.5100.31289.8935.7451.18
HexA056AF93301F1222433
Octal24012625711630374424463
Binary101000001010110101011111001110011011111100100010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A056AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A056AF; }

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

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

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

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

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

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

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

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