#A161B9

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

Shades of Deep Lilac #A161B9

Tints of Deep Lilac #A161B9

Color information

#A161B9 (or 0xA161B9) is unknown color: approx Deep Lilac. HEX triplet: A1, 61 and B9. RGB value is (161,97,185). Sum of RGB (Red+Green+Blue) = 161+97+185=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 185 - color contains mainly: blue. Hex color #A161B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A161B9 is #5E9E46. Grayscale: #7D7D7D. Windows color (decimal): -6200903 or 12149153. OLE color: 12149153.

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

Color convert

RGB16197185-
CMYK0.130.4800.27
HSL283.64º38.6%55.29%-
HSV(B)283.64º47.57%72.55%-
XYZ27.7319.6348.23-
YUV126.17161.2152.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 97 (38.28% from 255) = 21.90%
BLUE value IS 185 (72.66% from 255) = 41.76%
R=36.34%
G=21.90%
B=41.76%

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
Decimal161971850.130.4800.27283.6438.655.29
HexA161B9D3001B11c2737
Octal24114127115600334344767
Binary101000011100001101110011101110000011011100011100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A161B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A161B9; }

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

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

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

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

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

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

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

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