#A054B1

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

Shades of Deep Lilac #A054B1

Tints of Deep Lilac #A054B1

Color information

#A054B1 (or 0xA054B1) is unknown color: approx Deep Lilac. HEX triplet: A0, 54 and B1. RGB value is (160,84,177). Sum of RGB (Red+Green+Blue) = 160+84+177=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 177 - color contains mainly: blue. Hex color #A054B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A054B1 is #5FAB4E. Grayscale: #757575. Windows color (decimal): -6269775 or 11621536. OLE color: 11621536.

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

Color convert

RGB16084177-
CMYK0.100.5300.31
HSL289.03º37.35%51.18%-
HSV(B)289.03º52.54%69.41%-
XYZ25.616.9943.52-
YUV117.33161.68158.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 84 (33.20% from 255) = 19.95%
BLUE value IS 177 (69.53% from 255) = 42.04%
R=38.00%
G=19.95%
B=42.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160841770.100.5300.31289.0337.3551.18
HexA054B1A3501F1212533
Octal24012426112650374414563
Binary101000001010100101100011010110101011111100100001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A054B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A054B1; }

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

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

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

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

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

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

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

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