#A54DBF

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

Shades of Deep Lilac #A54DBF

Tints of Deep Lilac #A54DBF

Color information

#A54DBF (or 0xA54DBF) is unknown color: approx Deep Lilac. HEX triplet: A5, 4D and BF. RGB value is (165,77,191). Sum of RGB (Red+Green+Blue) = 165+77+191=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #A54DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54DBF is #5AB240. Grayscale: #737373. Windows color (decimal): -5943873 or 12537253. OLE color: 12537253.

HSL color Cylindrical-coordinate representation of color #A54DBF: hue angle of 286.32º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A54DBF is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16577191-
CMYK0.140.6000.25
HSL286.32º47.11%52.55%-
HSV(B)286.32º59.69%74.9%-
XYZ27.5717.0751.13-
YUV116.31170.15162.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 77 (30.47% from 255) = 17.78%
BLUE value IS 191 (75% from 255) = 44.11%
R=38.11%
G=17.78%
B=44.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165771910.140.6000.25286.3247.1152.55
HexA54DBFE3C01911e2f35
Octal24511527716740314365765
Binary101001011001101101111111110111100011001100011110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54DBF; }

 p { color: rgb(165,77,191); }

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

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

 a { background-color: rgb(165,77,191); }

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

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

 span { border-color: rgb(165,77,191); }

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