#A168B4

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

Shades of Deep Lilac #A168B4

Tints of Deep Lilac #A168B4

Color information

#A168B4 (or 0xA168B4) is unknown color: approx Deep Lilac. HEX triplet: A1, 68 and B4. RGB value is (161,104,180). Sum of RGB (Red+Green+Blue) = 161+104+180=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 180 - color contains mainly: blue. Hex color #A168B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168B4 is #5E974B. Grayscale: #818181. Windows color (decimal): -6199116 or 11823265. OLE color: 11823265.

HSL color Cylindrical-coordinate representation of color #A168B4: hue angle of 285º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A168B4 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB161104180-
CMYK0.110.4200.29
HSL285º33.63%55.69%-
HSV(B)285º42.22%70.59%-
XYZ27.8920.7745.72-
YUV129.71156.38150.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.18%
GREEN value IS 104 (41.02% from 255) = 23.37%
BLUE value IS 180 (70.70% from 255) = 40.45%
R=36.18%
G=23.37%
B=40.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611041800.110.4200.2928533.6355.69
HexA168B4B2A01D11d2238
Octal24115026413520354354270
Binary101000011101000101101001011101010011101100011101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A168B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A168B4; }

 p { color: rgb(161,104,180); }

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

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

 a { background-color: rgb(161,104,180); }

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

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

 span { border-color: rgb(161,104,180); }

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