#A054B5

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

Shades of Deep Lilac #A054B5

Tints of Deep Lilac #A054B5

Color information

#A054B5 (or 0xA054B5) is unknown color: approx Deep Lilac. HEX triplet: A0, 54 and B5. RGB value is (160,84,181). Sum of RGB (Red+Green+Blue) = 160+84+181=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 181 - color contains mainly: blue. Hex color #A054B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A054B5 is #5FAB4A. Grayscale: #757575. Windows color (decimal): -6269771 or 11883680. OLE color: 11883680.

HSL color Cylindrical-coordinate representation of color #A054B5: hue angle of 287.01º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A054B5 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16084181-
CMYK0.120.5400.29
HSL287.01º39.59%51.96%-
HSV(B)287.01º53.59%70.98%-
XYZ26.0117.1545.66-
YUV117.78163.68158.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 84 (33.20% from 255) = 19.76%
BLUE value IS 181 (71.09% from 255) = 42.59%
R=37.65%
G=19.76%
B=42.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160841810.120.5400.29287.0139.5951.96
HexA054B5C3601D11f2834
Octal24012426514660354375064
Binary101000001010100101101011100110110011101100011111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A054B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A054B5; }

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

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

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

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

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

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

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

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