#A05DAF

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

Shades of Deep Lilac #A05DAF

Tints of Deep Lilac #A05DAF

Color information

#A05DAF (or 0xA05DAF) is unknown color: approx Deep Lilac. HEX triplet: A0, 5D and AF. RGB value is (160,93,175). Sum of RGB (Red+Green+Blue) = 160+93+175=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #A05DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05DAF is #5FA250. Grayscale: #7A7A7A. Windows color (decimal): -6267473 or 11492768. OLE color: 11492768.

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

Color convert

RGB16093175-
CMYK0.090.4700.31
HSL289.02º33.88%52.55%-
HSV(B)289.02º46.86%68.63%-
XYZ26.1518.442.73-
YUV122.38157.7154.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.38%
GREEN value IS 93 (36.72% from 255) = 21.73%
BLUE value IS 175 (68.75% from 255) = 40.89%
R=37.38%
G=21.73%
B=40.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160931750.090.4700.31289.0233.8852.55
HexA05DAF92F01F1212235
Octal24013525711570374414265
Binary101000001011101101011111001101111011111100100001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05DAF; }

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

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

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

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

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

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

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

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