#A169BB

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

Shades of Deep Lilac #A169BB

Tints of Deep Lilac #A169BB

Color information

#A169BB (or 0xA169BB) is unknown color: approx Deep Lilac. HEX triplet: A1, 69 and BB. RGB value is (161,105,187). Sum of RGB (Red+Green+Blue) = 161+105+187=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #A169BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169BB is #5E9644. Grayscale: #828282. Windows color (decimal): -6198853 or 12282273. OLE color: 12282273.

HSL color Cylindrical-coordinate representation of color #A169BB: hue angle of 280.98º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A169BB is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161105187-
CMYK0.140.4400.27
HSL280.98º37.61%57.25%-
HSV(B)280.98º43.85%73.33%-
XYZ28.7221.2749.61-
YUV131.09159.55149.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.54%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=35.54%
G=23.18%
B=41.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611051870.140.4400.27280.9837.6157.25
HexA169BBE2C01B1192639
Octal24115127316540334314671
Binary101000011101001101110111110101100011011100011001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A169BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A169BB; }

 p { color: rgb(161,105,187); }

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

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

 a { background-color: rgb(161,105,187); }

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

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

 span { border-color: rgb(161,105,187); }

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