#A054BA

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

Shades of Deep Lilac #A054BA

Tints of Deep Lilac #A054BA

Color information

#A054BA (or 0xA054BA) is unknown color: approx Deep Lilac. HEX triplet: A0, 54 and BA. RGB value is (160,84,186). Sum of RGB (Red+Green+Blue) = 160+84+186=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #A054BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A054BA is #5FAB45. Grayscale: #767676. Windows color (decimal): -6269766 or 12211360. OLE color: 12211360.

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

Color convert

RGB16084186-
CMYK0.140.5500.27
HSL284.71º42.5%52.94%-
HSV(B)284.71º54.84%72.94%-
XYZ26.5317.3648.41-
YUV118.35166.18157.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 84 (33.20% from 255) = 19.53%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=37.21%
G=19.53%
B=43.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160841860.140.5500.27284.7142.552.94
HexA054BAE3701B11d2a35
Octal24012427216670334355265
Binary101000001010100101110101110110111011011100011101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A054BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A054BA; }

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

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

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

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

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

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

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

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