#A541BA

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

Shades of Deep Lilac #A541BA

Tints of Deep Lilac #A541BA

Color information

#A541BA (or 0xA541BA) is unknown color: approx Deep Lilac. HEX triplet: A5, 41 and BA. RGB value is (165,65,186). Sum of RGB (Red+Green+Blue) = 165+65+186=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #A541BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A541BA is #5ABE45. Grayscale: #6C6C6C. Windows color (decimal): -5946950 or 12206501. OLE color: 12206501.

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

Color convert

RGB16565186-
CMYK0.110.6500.27
HSL289.59º48.21%49.22%-
HSV(B)289.59º65.05%72.94%-
XYZ26.2715.3348.03-
YUV108.69171.63168.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 65 (25.78% from 255) = 15.62%
BLUE value IS 186 (73.05% from 255) = 44.71%
R=39.66%
G=15.62%
B=44.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165651860.110.6500.27289.5948.2149.22
HexA541BAB4101B1223031
Octal245101272131010334426061
Binary1010010110000011011101010111000001011011100100010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A541BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A541BA; }

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

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

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

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

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

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

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

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