#A664BF

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

Shades of Deep Lilac #A664BF

Tints of Deep Lilac #A664BF

Color information

#A664BF (or 0xA664BF) is unknown color: approx Deep Lilac. HEX triplet: A6, 64 and BF. RGB value is (166,100,191). Sum of RGB (Red+Green+Blue) = 166+100+191=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #A664BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A664BF is #599B40. Grayscale: #818181. Windows color (decimal): -5872449 or 12543142. OLE color: 12543142.

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

Color convert

RGB166100191-
CMYK0.130.4800.25
HSL283.52º41.55%57.06%-
HSV(B)283.52º47.64%74.9%-
XYZ29.6920.9851.78-
YUV130.11162.37153.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 100 (39.45% from 255) = 21.88%
BLUE value IS 191 (75% from 255) = 41.79%
R=36.32%
G=21.88%
B=41.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661001910.130.4800.25283.5241.5557.06
HexA664BFD3001911c2a39
Octal24614427715600314345271
Binary101001101100100101111111101110000011001100011100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A664BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A664BF; }

 p { color: rgb(166,100,191); }

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

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

 a { background-color: rgb(166,100,191); }

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

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

 span { border-color: rgb(166,100,191); }

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