#A664BA

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

Shades of Deep Lilac #A664BA

Tints of Deep Lilac #A664BA

Color information

#A664BA (or 0xA664BA) is unknown color: approx Deep Lilac. HEX triplet: A6, 64 and BA. RGB value is (166,100,186). Sum of RGB (Red+Green+Blue) = 166+100+186=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #A664BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A664BA is #599B45. Grayscale: #818181. Windows color (decimal): -5872454 or 12215462. OLE color: 12215462.

HSL color Cylindrical-coordinate representation of color #A664BA: hue angle of 286.05º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A664BA is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166100186-
CMYK0.110.4600.27
HSL286.05º38.39%56.08%-
HSV(B)286.05º46.24%72.94%-
XYZ29.1520.7748.93-
YUV129.54159.87154.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.73%
GREEN value IS 100 (39.45% from 255) = 22.12%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=36.73%
G=22.12%
B=41.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661001860.110.4600.27286.0538.3956.08
HexA664BAB2E01B11e2638
Octal24614427213560334364670
Binary101001101100100101110101011101110011011100011110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A664BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A664BA; }

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

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

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

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

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

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

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

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