#A64DBE

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

Shades of Deep Lilac #A64DBE

Tints of Deep Lilac #A64DBE

Color information

#A64DBE (or 0xA64DBE) is unknown color: approx Deep Lilac. HEX triplet: A6, 4D and BE. RGB value is (166,77,190). Sum of RGB (Red+Green+Blue) = 166+77+190=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #A64DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64DBE is #59B241. Grayscale: #747474. Windows color (decimal): -5878338 or 12471718. OLE color: 12471718.

HSL color Cylindrical-coordinate representation of color #A64DBE: hue angle of 287.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A64DBE is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16677190-
CMYK0.130.5900.25
HSL287.26º46.5%52.35%-
HSV(B)287.26º59.47%74.51%-
XYZ27.6717.1350.56-
YUV116.49169.49163.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 77 (30.47% from 255) = 17.78%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=38.34%
G=17.78%
B=43.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166771900.130.5900.25287.2646.552.35
HexA64DBED3B01911f2f34
Octal24611527615730314375764
Binary101001101001101101111101101111011011001100011111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64DBE; }

 p { color: rgb(166,77,190); }

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

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

 a { background-color: rgb(166,77,190); }

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

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

 span { border-color: rgb(166,77,190); }

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