#A166B9

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

Shades of Deep Lilac #A166B9

Tints of Deep Lilac #A166B9

Color information

#A166B9 (or 0xA166B9) is unknown color: approx Deep Lilac. HEX triplet: A1, 66 and B9. RGB value is (161,102,185). Sum of RGB (Red+Green+Blue) = 161+102+185=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 185 - color contains mainly: blue. Hex color #A166B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166B9 is #5E9946. Grayscale: #808080. Windows color (decimal): -6199623 or 12150433. OLE color: 12150433.

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

Color convert

RGB161102185-
CMYK0.130.4500.27
HSL282.65º37.22%56.27%-
HSV(B)282.65º44.86%72.55%-
XYZ28.2120.5848.39-
YUV129.1159.55150.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.94%
GREEN value IS 102 (40.23% from 255) = 22.77%
BLUE value IS 185 (72.66% from 255) = 41.29%
R=35.94%
G=22.77%
B=41.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611021850.130.4500.27282.6537.2256.27
HexA166B9D2D01B11b2538
Octal24114627115550334334570
Binary101000011100110101110011101101101011011100011011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A166B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A166B9; }

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

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

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

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

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

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

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

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