#A054C3

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

Shades of Deep Lilac #A054C3

Tints of Deep Lilac #A054C3

Color information

#A054C3 (or 0xA054C3) is unknown color: approx Deep Lilac. HEX triplet: A0, 54 and C3. RGB value is (160,84,195). Sum of RGB (Red+Green+Blue) = 160+84+195=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 195 (76.56% from 255 or 44.42% from 439); Max value from RGB is 195 - color contains mainly: blue. Hex color #A054C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A054C3 is #5FAB3C. Grayscale: #777777. Windows color (decimal): -6269757 or 12801184. OLE color: 12801184.

HSL color Cylindrical-coordinate representation of color #A054C3: hue angle of 281.08º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A054C3 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16084195-
CMYK0.180.5700.24
HSL281.08º48.05%54.71%-
HSV(B)281.08º56.92%76.47%-
XYZ27.5217.7553.61-
YUV119.38170.68156.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 84 (33.20% from 255) = 19.13%
BLUE value IS 195 (76.56% from 255) = 44.42%
R=36.45%
G=19.13%
B=44.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160841950.180.5700.24281.0848.0554.71
HexA054C312390181193037
Octal24012430322710304316067
Binary1010000010101001100001110010111001011000100011001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A054C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A054C3; }

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

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

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

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

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

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

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

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