#A166B7

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

Shades of Deep Lilac #A166B7

Tints of Deep Lilac #A166B7

Color information

#A166B7 (or 0xA166B7) is unknown color: approx Deep Lilac. HEX triplet: A1, 66 and B7. RGB value is (161,102,183). Sum of RGB (Red+Green+Blue) = 161+102+183=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 183 - color contains mainly: blue. Hex color #A166B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166B7 is #5E9948. Grayscale: #808080. Windows color (decimal): -6199625 or 12019361. OLE color: 12019361.

HSL color Cylindrical-coordinate representation of color #A166B7: hue angle of 283.7º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A166B7 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB161102183-
CMYK0.120.4400.28
HSL283.7º36%55.88%-
HSV(B)283.7º44.26%71.76%-
XYZ2820.547.28-
YUV128.88158.55150.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.10%
GREEN value IS 102 (40.23% from 255) = 22.87%
BLUE value IS 183 (71.88% from 255) = 41.03%
R=36.10%
G=22.87%
B=41.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611021830.120.4400.28283.73655.88
HexA166B7C2C01C11c2438
Octal24114626714540344344470
Binary101000011100110101101111100101100011100100011100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A166B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A166B7; }

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

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

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

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

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

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

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

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