#A166B1

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

Shades of Deep Lilac #A166B1

Tints of Deep Lilac #A166B1

Color information

#A166B1 (or 0xA166B1) is unknown color: approx Deep Lilac. HEX triplet: A1, 66 and B1. RGB value is (161,102,177). Sum of RGB (Red+Green+Blue) = 161+102+177=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 177 - color contains mainly: blue. Hex color #A166B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A166B1 is #5E994E. Grayscale: #7F7F7F. Windows color (decimal): -6199631 or 11626145. OLE color: 11626145.

HSL color Cylindrical-coordinate representation of color #A166B1: hue angle of 287.2º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A166B1 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB161102177-
CMYK0.090.4200.31
HSL287.2º32.47%54.71%-
HSV(B)287.2º42.37%69.41%-
XYZ27.3920.2544.06-
YUV128.19155.55151.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 177 (69.53% from 255) = 40.23%
R=36.59%
G=23.18%
B=40.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611021770.090.4200.31287.232.4754.71
HexA166B192A01F11f2037
Octal24114626111520374374067
Binary101000011100110101100011001101010011111100011111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A166B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A166B1; }

 p { color: rgb(161,102,177); }

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

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

 a { background-color: rgb(161,102,177); }

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

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

 span { border-color: rgb(161,102,177); }

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