#A540AE

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

Shades of Deep Lilac #A540AE

Tints of Deep Lilac #A540AE

Color information

#A540AE (or 0xA540AE) is unknown color: approx Deep Lilac. HEX triplet: A5, 40 and AE. RGB value is (165,64,174). Sum of RGB (Red+Green+Blue) = 165+64+174=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #A540AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A540AE is #5ABF51. Grayscale: #6A6A6A. Windows color (decimal): -5947218 or 11419813. OLE color: 11419813.

HSL color Cylindrical-coordinate representation of color #A540AE: hue angle of 295.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A540AE is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16564174-
CMYK0.050.6300.32
HSL295.09º46.22%46.67%-
HSV(B)295.09º63.22%68.24%-
XYZ24.9914.7241.57-
YUV106.74165.96169.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 64 (25.39% from 255) = 15.88%
BLUE value IS 174 (68.36% from 255) = 43.18%
R=40.94%
G=15.88%
B=43.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165641740.050.6300.32295.0946.2246.67
HexA540AE53F0201272e2f
Octal2451002565770404475657
Binary101001011000000101011101011111110100000100100111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A540AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A540AE; }

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

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

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

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

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

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

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

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