#A640AE

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

Shades of Deep Lilac #A640AE

Tints of Deep Lilac #A640AE

Color information

#A640AE (or 0xA640AE) is unknown color: approx Deep Lilac. HEX triplet: A6, 40 and AE. RGB value is (166,64,174). Sum of RGB (Red+Green+Blue) = 166+64+174=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #A640AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A640AE is #59BF51. Grayscale: #6A6A6A. Windows color (decimal): -5881682 or 11419814. OLE color: 11419814.

HSL color Cylindrical-coordinate representation of color #A640AE: hue angle of 295.64º 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 #A640AE is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16664174-
CMYK0.050.6300.32
HSL295.64º46.22%46.67%-
HSV(B)295.64º63.22%68.24%-
XYZ25.214.8341.58-
YUV107.04165.79170.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 64 (25.39% from 255) = 15.84%
BLUE value IS 174 (68.36% from 255) = 43.07%
R=41.09%
G=15.84%
B=43.07%

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
Decimal166641740.050.6300.32295.6446.2246.67
HexA640AE53F0201282e2f
Octal2461002565770404505657
Binary101001101000000101011101011111110100000100101000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A640AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A640AE; }

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

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

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

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

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

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

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

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