#A054B0

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

Shades of Deep Lilac #A054B0

Tints of Deep Lilac #A054B0

Color information

#A054B0 (or 0xA054B0) is unknown color: approx Deep Lilac. HEX triplet: A0, 54 and B0. RGB value is (160,84,176). Sum of RGB (Red+Green+Blue) = 160+84+176=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 176 - color contains mainly: blue. Hex color #A054B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A054B0 is #5FAB4F. Grayscale: #747474. Windows color (decimal): -6269776 or 11556000. OLE color: 11556000.

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

Color convert

RGB16084176-
CMYK0.090.5200.31
HSL289.57º36.8%50.98%-
HSV(B)289.57º52.27%69.02%-
XYZ25.516.9543-
YUV117.21161.18158.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.10%
GREEN value IS 84 (33.20% from 255) = 20%
BLUE value IS 176 (69.14% from 255) = 41.90%
R=38.10%
G=20%
B=41.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160841760.090.5200.31289.5736.850.98
HexA054B093401F1222533
Octal24012426011640374424563
Binary101000001010100101100001001110100011111100100010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A054B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A054B0; }

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

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

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

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

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

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

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

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