#A164BA

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

Shades of Deep Lilac #A164BA

Tints of Deep Lilac #A164BA

Color information

#A164BA (or 0xA164BA) is unknown color: approx Deep Lilac. HEX triplet: A1, 64 and BA. RGB value is (161,100,186). Sum of RGB (Red+Green+Blue) = 161+100+186=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #A164BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164BA is #5E9B45. Grayscale: #7F7F7F. Windows color (decimal): -6200134 or 12215457. OLE color: 12215457.

HSL color Cylindrical-coordinate representation of color #A164BA: hue angle of 282.56º 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 #A164BA is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161100186-
CMYK0.130.4600.27
HSL282.56º38.39%56.08%-
HSV(B)282.56º46.24%72.94%-
XYZ28.1220.2448.88-
YUV128.04160.71151.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.02%
GREEN value IS 100 (39.45% from 255) = 22.37%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=36.02%
G=22.37%
B=41.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611001860.130.4600.27282.5638.3956.08
HexA164BAD2E01B11b2638
Octal24114427215560334334670
Binary101000011100100101110101101101110011011100011011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A164BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A164BA; }

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

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

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

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

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

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

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

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