#A05FBA

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

Shades of Deep Lilac #A05FBA

Tints of Deep Lilac #A05FBA

Color information

#A05FBA (or 0xA05FBA) is unknown color: approx Deep Lilac. HEX triplet: A0, 5F and BA. RGB value is (160,95,186). Sum of RGB (Red+Green+Blue) = 160+95+186=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #A05FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FBA is #5FA045. Grayscale: #7C7C7C. Windows color (decimal): -6266950 or 12214176. OLE color: 12214176.

HSL color Cylindrical-coordinate representation of color #A05FBA: hue angle of 282.86º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A05FBA is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16095186-
CMYK0.140.4900.27
HSL282.86º39.74%55.1%-
HSV(B)282.86º48.92%72.94%-
XYZ27.4519.248.71-
YUV124.81162.53153.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 95 (37.5% from 255) = 21.54%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=36.28%
G=21.54%
B=42.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160951860.140.4900.27282.8639.7455.1
HexA05FBAE3101B11b2837
Octal24013727216610334335067
Binary101000001011111101110101110110001011011100011011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05FBA; }

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

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

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

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

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

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

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

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