#A54EBD

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

Shades of Deep Lilac #A54EBD

Tints of Deep Lilac #A54EBD

Color information

#A54EBD (or 0xA54EBD) is unknown color: approx Deep Lilac. HEX triplet: A5, 4E and BD. RGB value is (165,78,189). Sum of RGB (Red+Green+Blue) = 165+78+189=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #A54EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54EBD is #5AB142. Grayscale: #747474. Windows color (decimal): -5943619 or 12406437. OLE color: 12406437.

HSL color Cylindrical-coordinate representation of color #A54EBD: hue angle of 287.03º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A54EBD is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16578189-
CMYK0.130.5900.26
HSL287.03º45.68%52.35%-
HSV(B)287.03º58.73%74.12%-
XYZ27.4317.1250-
YUV116.67168.82162.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.19%
GREEN value IS 78 (30.86% from 255) = 18.06%
BLUE value IS 189 (74.22% from 255) = 43.75%
R=38.19%
G=18.06%
B=43.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165781890.130.5900.26287.0345.6852.35
HexA54EBDD3B01A11f2e34
Octal24511627515730324375664
Binary101001011001110101111011101111011011010100011111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54EBD; }

 p { color: rgb(165,78,189); }

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

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

 a { background-color: rgb(165,78,189); }

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

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

 span { border-color: rgb(165,78,189); }

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