#A169BA

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

Shades of Deep Lilac #A169BA

Tints of Deep Lilac #A169BA

Color information

#A169BA (or 0xA169BA) is unknown color: approx Deep Lilac. HEX triplet: A1, 69 and BA. RGB value is (161,105,186). Sum of RGB (Red+Green+Blue) = 161+105+186=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #A169BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169BA is #5E9645. Grayscale: #828282. Windows color (decimal): -6198854 or 12216737. OLE color: 12216737.

HSL color Cylindrical-coordinate representation of color #A169BA: hue angle of 281.48º degrees, saturation: 0.37, 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 #A169BA is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161105186-
CMYK0.130.4400.27
HSL281.48º36.99%57.06%-
HSV(B)281.48º43.55%72.94%-
XYZ28.6121.2349.04-
YUV130.98159.05149.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.62%
GREEN value IS 105 (41.41% from 255) = 23.23%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=35.62%
G=23.23%
B=41.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611051860.130.4400.27281.4836.9957.06
HexA169BAD2C01B1192539
Octal24115127215540334314571
Binary101000011101001101110101101101100011011100011001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A169BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A169BA; }

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

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

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

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

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

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

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

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