#A054BD

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

Shades of Deep Lilac #A054BD

Tints of Deep Lilac #A054BD

Color information

#A054BD (or 0xA054BD) is unknown color: approx Deep Lilac. HEX triplet: A0, 54 and BD. RGB value is (160,84,189). Sum of RGB (Red+Green+Blue) = 160+84+189=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #A054BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A054BD is #5FAB42. Grayscale: #767676. Windows color (decimal): -6269763 or 12407968. OLE color: 12407968.

HSL color Cylindrical-coordinate representation of color #A054BD: hue angle of 283.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A054BD is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16084189-
CMYK0.150.5600.26
HSL283.43º44.3%53.53%-
HSV(B)283.43º55.56%74.12%-
XYZ26.8517.4950.1-
YUV118.69167.68157.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 84 (33.20% from 255) = 19.40%
BLUE value IS 189 (74.22% from 255) = 43.65%
R=36.95%
G=19.40%
B=43.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160841890.150.5600.26283.4344.353.53
HexA054BDF3801A11b2c36
Octal24012427517700324335466
Binary101000001010100101111011111111000011010100011011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A054BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A054BD; }

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

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

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

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

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

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

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

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