#A54ECF

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

Shades of Deep Lilac #A54ECF

Tints of Deep Lilac #A54ECF

Color information

#A54ECF (or 0xA54ECF) is unknown color: approx Deep Lilac. HEX triplet: A5, 4E and CF. RGB value is (165,78,207). Sum of RGB (Red+Green+Blue) = 165+78+207=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #A54ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54ECF is #5AB130. Grayscale: #767676. Windows color (decimal): -5943601 or 13586085. OLE color: 13586085.

HSL color Cylindrical-coordinate representation of color #A54ECF: hue angle of 280.47º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A54ECF is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16578207-
CMYK0.200.6200.19
HSL280.47º57.33%55.88%-
HSV(B)280.47º62.32%81.18%-
XYZ29.517.9560.94-
YUV118.72177.82161.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.67%
GREEN value IS 78 (30.86% from 255) = 17.33%
BLUE value IS 207 (81.25% from 255) = 46%
R=36.67%
G=17.33%
B=46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165782070.200.6200.19280.4757.3355.88
HexA54ECF143E0131183938
Octal24511631724760234307170
Binary1010010110011101100111110100111110010011100011000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54ECF; }

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

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

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

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

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

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

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

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