#A540BA

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

Shades of Deep Lilac #A540BA

Tints of Deep Lilac #A540BA

Color information

#A540BA (or 0xA540BA) is unknown color: approx Deep Lilac. HEX triplet: A5, 40 and BA. RGB value is (165,64,186). Sum of RGB (Red+Green+Blue) = 165+64+186=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #A540BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A540BA is #5ABF45. Grayscale: #6B6B6B. Windows color (decimal): -5947206 or 12206245. OLE color: 12206245.

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

Color convert

RGB16564186-
CMYK0.110.6600.27
HSL289.67º48.8%49.02%-
HSV(B)289.67º65.59%72.94%-
XYZ26.2115.2148.01-
YUV108.11171.96168.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 64 (25.39% from 255) = 15.42%
BLUE value IS 186 (73.05% from 255) = 44.82%
R=39.76%
G=15.42%
B=44.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165641860.110.6600.27289.6748.849.02
HexA540BAB4201B1223131
Octal245100272131020334426161
Binary1010010110000001011101010111000010011011100100010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A540BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A540BA; }

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

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

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

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

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

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

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

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