#A052AF

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

Shades of Deep Lilac #A052AF

Tints of Deep Lilac #A052AF

Color information

#A052AF (or 0xA052AF) is unknown color: approx Deep Lilac. HEX triplet: A0, 52 and AF. RGB value is (160,82,175). Sum of RGB (Red+Green+Blue) = 160+82+175=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #A052AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A052AF is #5FAD50. Grayscale: #737373. Windows color (decimal): -6270289 or 11489952. OLE color: 11489952.

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

Color convert

RGB16082175-
CMYK0.090.5300.31
HSL290.32º36.76%50.39%-
HSV(B)290.32º53.14%68.63%-
XYZ25.2516.642.43-
YUV115.92161.34159.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.37%
GREEN value IS 82 (32.42% from 255) = 19.66%
BLUE value IS 175 (68.75% from 255) = 41.97%
R=38.37%
G=19.66%
B=41.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160821750.090.5300.31290.3236.7650.39
HexA052AF93501F1222532
Octal24012225711650374424562
Binary101000001010010101011111001110101011111100100010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A052AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A052AF; }

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

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

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

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

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

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

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

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