#A54DC2

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

Shades of Deep Lilac #A54DC2

Tints of Deep Lilac #A54DC2

Color information

#A54DC2 (or 0xA54DC2) is unknown color: approx Deep Lilac. HEX triplet: A5, 4D and C2. RGB value is (165,77,194). Sum of RGB (Red+Green+Blue) = 165+77+194=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #A54DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54DC2 is #5AB23D. Grayscale: #747474. Windows color (decimal): -5943870 or 12733861. OLE color: 12733861.

HSL color Cylindrical-coordinate representation of color #A54DC2: hue angle of 285.13º degrees, saturation: 0.49, 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 #A54DC2 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16577194-
CMYK0.150.6000.24
HSL285.13º48.95%53.14%-
HSV(B)285.13º60.31%76.08%-
XYZ27.9117.252.89-
YUV116.65171.65162.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.84%
GREEN value IS 77 (30.47% from 255) = 17.66%
BLUE value IS 194 (76.17% from 255) = 44.50%
R=37.84%
G=17.66%
B=44.50%

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
Decimal165771940.150.6000.24285.1348.9553.14
HexA54DC2F3C01811d3135
Octal24511530217740304356165
Binary101001011001101110000101111111100011000100011101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54DC2; }

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

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

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

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

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

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

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

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