#A051AF

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

Shades of Deep Lilac #A051AF

Tints of Deep Lilac #A051AF

Color information

#A051AF (or 0xA051AF) is unknown color: approx Deep Lilac. HEX triplet: A0, 51 and AF. RGB value is (160,81,175). Sum of RGB (Red+Green+Blue) = 160+81+175=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #A051AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A051AF is #5FAE50. Grayscale: #737373. Windows color (decimal): -6270545 or 11489696. OLE color: 11489696.

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

Color convert

RGB16081175-
CMYK0.090.5400.31
HSL290.43º37.01%50.2%-
HSV(B)290.43º53.71%68.63%-
XYZ25.1816.4542.41-
YUV115.34161.67159.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.46%
GREEN value IS 81 (32.03% from 255) = 19.47%
BLUE value IS 175 (68.75% from 255) = 42.07%
R=38.46%
G=19.47%
B=42.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160811750.090.5400.31290.4337.0150.2
HexA051AF93601F1222532
Octal24012125711660374424562
Binary101000001010001101011111001110110011111100100010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A051AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A051AF; }

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

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

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

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

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

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

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

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