#A169BD

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

Shades of Deep Lilac #A169BD

Tints of Deep Lilac #A169BD

Color information

#A169BD (or 0xA169BD) is unknown color: approx Deep Lilac. HEX triplet: A1, 69 and BD. RGB value is (161,105,189). Sum of RGB (Red+Green+Blue) = 161+105+189=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #A169BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169BD is #5E9642. Grayscale: #838383. Windows color (decimal): -6198851 or 12413345. OLE color: 12413345.

HSL color Cylindrical-coordinate representation of color #A169BD: hue angle of 280º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A169BD is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161105189-
CMYK0.150.4400.26
HSL280º38.89%57.65%-
HSV(B)280º44.44%74.12%-
XYZ28.9321.3550.74-
YUV131.32160.55149.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 105 (41.41% from 255) = 23.08%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=35.38%
G=23.08%
B=41.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611051890.150.4400.2628038.8957.65
HexA169BDF2C01A118273a
Octal24115127517540324304772
Binary101000011101001101111011111101100011010100011000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A169BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A169BD; }

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

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

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

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

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

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

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

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