#A161B5

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

Shades of Deep Lilac #A161B5

Tints of Deep Lilac #A161B5

Color information

#A161B5 (or 0xA161B5) is unknown color: approx Deep Lilac. HEX triplet: A1, 61 and B5. RGB value is (161,97,181). Sum of RGB (Red+Green+Blue) = 161+97+181=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 181 - color contains mainly: blue. Hex color #A161B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A161B5 is #5E9E4A. Grayscale: #7D7D7D. Windows color (decimal): -6200907 or 11887009. OLE color: 11887009.

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

Color convert

RGB16197181-
CMYK0.110.4600.29
HSL285.71º36.21%54.51%-
HSV(B)285.71º46.41%70.98%-
XYZ27.3119.4646.03-
YUV125.71159.2153.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.67%
GREEN value IS 97 (38.28% from 255) = 22.10%
BLUE value IS 181 (71.09% from 255) = 41.23%
R=36.67%
G=22.10%
B=41.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161971810.110.4600.29285.7136.2154.51
HexA161B5B2E01D11e2437
Octal24114126513560354364467
Binary101000011100001101101011011101110011101100011110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A161B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A161B5; }

 p { color: rgb(161,97,181); }

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

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

 a { background-color: rgb(161,97,181); }

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

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

 span { border-color: rgb(161,97,181); }

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