#A05FAF

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

Shades of Deep Lilac #A05FAF

Tints of Deep Lilac #A05FAF

Color information

#A05FAF (or 0xA05FAF) is unknown color: approx Deep Lilac. HEX triplet: A0, 5F and AF. RGB value is (160,95,175). Sum of RGB (Red+Green+Blue) = 160+95+175=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #A05FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05FAF is #5FA050. Grayscale: #7B7B7B. Windows color (decimal): -6266961 or 11493280. OLE color: 11493280.

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

Color convert

RGB16095175-
CMYK0.090.4600.31
HSL288.75º33.33%52.94%-
HSV(B)288.75º45.71%68.63%-
XYZ26.3318.7542.79-
YUV123.56157.03154-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 95 (37.5% from 255) = 22.09%
BLUE value IS 175 (68.75% from 255) = 40.70%
R=37.21%
G=22.09%
B=40.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160951750.090.4600.31288.7533.3352.94
HexA05FAF92E01F1212135
Octal24013725711560374414165
Binary101000001011111101011111001101110011111100100001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05FAF; }

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

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

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

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

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

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

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

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