#A54DBA

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

Shades of Deep Lilac #A54DBA

Tints of Deep Lilac #A54DBA

Color information

#A54DBA (or 0xA54DBA) is unknown color: approx Deep Lilac. HEX triplet: A5, 4D and BA. RGB value is (165,77,186). Sum of RGB (Red+Green+Blue) = 165+77+186=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #A54DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54DBA is #5AB245. Grayscale: #737373. Windows color (decimal): -5943878 or 12209573. OLE color: 12209573.

HSL color Cylindrical-coordinate representation of color #A54DBA: hue angle of 288.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A54DBA is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16577186-
CMYK0.110.5900.27
HSL288.44º44.13%51.57%-
HSV(B)288.44º58.6%72.94%-
XYZ27.0316.8548.28-
YUV115.74167.65163.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.55%
GREEN value IS 77 (30.47% from 255) = 17.99%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=38.55%
G=17.99%
B=43.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165771860.110.5900.27288.4444.1351.57
HexA54DBAB3B01B1202c34
Octal24511527213730334405464
Binary101001011001101101110101011111011011011100100000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54DBA; }

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

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

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

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

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

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

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

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