#A057AF

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

Shades of Deep Lilac #A057AF

Tints of Deep Lilac #A057AF

Color information

#A057AF (or 0xA057AF) is unknown color: approx Deep Lilac. HEX triplet: A0, 57 and AF. RGB value is (160,87,175). Sum of RGB (Red+Green+Blue) = 160+87+175=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #A057AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A057AF is #5FA850. Grayscale: #767676. Windows color (decimal): -6269009 or 11491232. OLE color: 11491232.

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

Color convert

RGB16087175-
CMYK0.090.5000.31
HSL289.77º35.48%51.37%-
HSV(B)289.77º50.29%68.63%-
XYZ25.6417.3942.56-
YUV118.86159.68157.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 87 (34.38% from 255) = 20.62%
BLUE value IS 175 (68.75% from 255) = 41.47%
R=37.91%
G=20.62%
B=41.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160871750.090.5000.31289.7735.4851.37
HexA057AF93201F1222333
Octal24012725711620374424363
Binary101000001010111101011111001110010011111100100010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A057AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A057AF; }

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

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

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

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

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

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

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

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