#A161BA

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

Shades of Deep Lilac #A161BA

Tints of Deep Lilac #A161BA

Color information

#A161BA (or 0xA161BA) is unknown color: approx Deep Lilac. HEX triplet: A1, 61 and BA. RGB value is (161,97,186). Sum of RGB (Red+Green+Blue) = 161+97+186=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #A161BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A161BA is #5E9E45. Grayscale: #7D7D7D. Windows color (decimal): -6200902 or 12214689. OLE color: 12214689.

HSL color Cylindrical-coordinate representation of color #A161BA: hue angle of 283.15º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A161BA is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16197186-
CMYK0.130.4800.27
HSL283.15º39.21%55.49%-
HSV(B)283.15º47.85%72.94%-
XYZ27.8419.6748.78-
YUV126.28161.7152.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 97 (38.28% from 255) = 21.85%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=36.26%
G=21.85%
B=41.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161971860.130.4800.27283.1539.2155.49
HexA161BAD3001B11b2737
Octal24114127215600334334767
Binary101000011100001101110101101110000011011100011011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A161BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A161BA; }

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

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

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

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

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

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

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

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