#A54DC1

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

Shades of Deep Lilac #A54DC1

Tints of Deep Lilac #A54DC1

Color information

#A54DC1 (or 0xA54DC1) is unknown color: approx Deep Lilac. HEX triplet: A5, 4D and C1. RGB value is (165,77,193). Sum of RGB (Red+Green+Blue) = 165+77+193=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #A54DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54DC1 is #5AB23E. Grayscale: #747474. Windows color (decimal): -5943871 or 12668325. OLE color: 12668325.

HSL color Cylindrical-coordinate representation of color #A54DC1: hue angle of 285.52º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A54DC1 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16577193-
CMYK0.150.6000.24
HSL285.52º48.33%52.94%-
HSV(B)285.52º60.1%75.69%-
XYZ27.817.1652.3-
YUV116.54171.15162.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 77 (30.47% from 255) = 17.70%
BLUE value IS 193 (75.78% from 255) = 44.37%
R=37.93%
G=17.70%
B=44.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165771930.150.6000.24285.5248.3352.94
HexA54DC1F3C01811e3035
Octal24511530117740304366065
Binary101001011001101110000011111111100011000100011110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54DC1; }

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

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

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

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

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

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

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

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