#A64EB4

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

Shades of Deep Lilac #A64EB4

Tints of Deep Lilac #A64EB4

Color information

#A64EB4 (or 0xA64EB4) is unknown color: approx Deep Lilac. HEX triplet: A6, 4E and B4. RGB value is (166,78,180). Sum of RGB (Red+Green+Blue) = 166+78+180=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #A64EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64EB4 is #59B14B. Grayscale: #737373. Windows color (decimal): -5878092 or 11816614. OLE color: 11816614.

HSL color Cylindrical-coordinate representation of color #A64EB4: hue angle of 291.76º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64EB4 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16678180-
CMYK0.080.5700.29
HSL291.76º40.48%50.59%-
HSV(B)291.76º56.67%70.59%-
XYZ26.6916.8545.03-
YUV115.94164.15163.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.15%
GREEN value IS 78 (30.86% from 255) = 18.40%
BLUE value IS 180 (70.70% from 255) = 42.45%
R=39.15%
G=18.40%
B=42.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166781800.080.5700.29291.7640.4850.59
HexA64EB483901D1242833
Octal24611626410710354445063
Binary101001101001110101101001000111001011101100100100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64EB4; }

 p { color: rgb(166,78,180); }

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

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

 a { background-color: rgb(166,78,180); }

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

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

 span { border-color: rgb(166,78,180); }

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