#A160B9

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

Shades of Deep Lilac #A160B9

Tints of Deep Lilac #A160B9

Color information

#A160B9 (or 0xA160B9) is unknown color: approx Deep Lilac. HEX triplet: A1, 60 and B9. RGB value is (161,96,185). Sum of RGB (Red+Green+Blue) = 161+96+185=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #A160B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A160B9 is #5E9F46. Grayscale: #7D7D7D. Windows color (decimal): -6201159 or 12148897. OLE color: 12148897.

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

Color convert

RGB16196185-
CMYK0.130.4800.27
HSL283.82º38.86%55.1%-
HSV(B)283.82º48.11%72.55%-
XYZ27.6419.4548.2-
YUV125.58161.53153.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.43%
GREEN value IS 96 (37.89% from 255) = 21.72%
BLUE value IS 185 (72.66% from 255) = 41.86%
R=36.43%
G=21.72%
B=41.86%

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
Decimal161961850.130.4800.27283.8238.8655.1
HexA160B9D3001B11c2737
Octal24114027115600334344767
Binary101000011100000101110011101110000011011100011100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A160B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A160B9; }

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

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

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

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

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

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

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

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